@charset "UTF-8";
/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.2;
	margin-left:30px;
		
}
h1, h2{
	color:#333333;
}
h3{
	line-height:.7;
}
li{
	list-style:none;
}
.notes{
	font-size:.8em;
	font-weight:normal
}
a:link, a:visited{
	text-decoration:none;
	color:#CC0000;
}
a:hover{
	text-decoration:underline;
}
