body {
	font: 85% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	margin: 35px 45px;
	width: 950px;
	line-height: 1.4em;
	color:#333;
}
h1 {
	margin-top:8px;
	margin-bottom:6px;
}
h3 {
	margin-top:0px;
	margin-bottom:6px;
}
h1, h2, h3 {
	color: black;
	text-shadow: 1px 1px 1px white;
}
ol {
padding:0;
}
li {
	background-color: #fafafa;
	padding:9px 12px;
	margin:9px;
	list-style: none;
	-moz-border-radius-topleft: 12px;
	-webkit-border-top-left-radius: 12px;
	-moz-border-radius-bottomright: 12px;
	-webkit-border-bottom-right-radius: 12px;

	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	
}
a {
	text-decoration:none;
	color:blue;
}
a:hover, a:active {
	background:#ccc;
	color: black;
}
.content, .header, .footer {
	background-color: #eee;
	padding: 5px 25px;
	margin: 25px;
	-moz-border-radius-topleft: 12px;
	-webkit-border-top-left-radius: 12px;
	-moz-border-radius-bottomright: 12px;
	-webkit-border-bottom-right-radius: 12px;

	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
}
.grey {
	color:#999;
}