/* A lot of this style was originally borrow from http://elidupuis.com.
    Sorry Eli, I'll pay you back! */
strike {display:block;font-size:0.8em;}
span.hilite {background:#FFFF99;color:black;}

body 	{ background:#222; color:#fff; font:80%/1 lucida,arial,sans-serif; margin:30px auto; width:300px; }
h1,h2,h3,h4,h5,h6,
p,ol,ul,dl	{ margin-bottom:1em; }
p {line-height:1.3em;}

h1 		{ font-size:2em; }
ol		{ list-style-type:decimal;list-style-position:inside;padding-left:20px; }
ol li	{ margin-bottom:0.25em;line-height:1.3em; }
a		{ color:#FFFF99; text-decoration:none; }
a:hover	{ background:#FFFF99;color:black; }
