/* Style sheet for How-to:s */

@import "moisander.css";

/* Re-define some settings from moisander.css */
#leftside,#rightside {margin:0; padding:10px 10px 10px; width:270px;}
#content {margin:0 300px 0 20px;}

/* Some new settings */
#pictures img { width:630px; }
#pictures a { color:#FF0000; font-size:1.1em; }

p.float-left { float: left; }

.codearea {
	background:#E0E0E0;
	font-size:1.2em;
	font-family:monospace;
	padding:5px 10px;
	white-space:pre;
	overflow-x:scroll;
	border-width:1px;
	border-style:solid;
	border-color:#000000;
}

/* END */
