body { background: #69c; padding-bottom: 25px; font: 90% Arial, Helvetica, sans-serif; }

#content { width: 515px; padding: 15px; margin: 0 auto; text-align:left; background: #fff; }

h1 { font-size: 20px; }

a { color: blue; }
a.red 		{ color: red; text-decoration: underline;}
a.red:hover { color: darkblue; text-decoration: none; background: yellow; }

.wacky { font: 120% "Comic Sans MS", Geneva, monospace;  }

pre { font-size: 95%; }

ol.code { margin-left: 18px; padding-left: 12px; }
ol.code li {background: #eee; margin-bottom: -30px;}
ol.code li .comment { background: yellow; }

#footer {
	border-top: 1px solid #333;
	padding-top: 15px;
	margin: 25px 0 0;
	font: italic 75% Verdana, Geneva, sans-serif; 
}


