/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color:#006699;
	background: #FFFFFF;
	margin-top:0;
	margin-left:0;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:27px;
	color:#006699;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	color:#006699;
	font-weight:normal;
}
a:link, a:visited {
	color:#006699;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}