body {
	background-color:rgb(204, 255, 204); color:rgb(102, 0, 0); line-height:140%;
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", Georgia, "Bitstream Vera Sans", Geneva, Lucida, Verdana, Tahoma, Helvetica, sans-serif;
}
p {line-height:160%;text-indent:2em;}
li {margin-bottom:0.4em;}
A {border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px;} 
p A:hover, dl A:hover, ol A:hover {background-color:rgb(102, 0, 0); color:rgb(204, 255, 204);}
p A:active, dl A:active, ol A:active {background-color:#C71200; color:#ffffff;}
h1,h2,h3,h4 {font-family: Calibri, "Lucida Bright", Lucidabright, "Trebuchet MS", "Bitstream Vera Serif", Times, serif;}
abbr,acronym {cursor:help;}
code {font-family: Consolas, "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", monospace;}
.content {
	margin: 2em auto; width: 35em; text-align: left; padding-left: 20px; padding-right: 20px; padding-top: 10px; padding-bottom: 1px;
	-webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;
	-moz-box-shadow: 4px 4px 10px gray; -webkit-box-shadow: 5px 5px 12px gray;
}

