/* CSS Document */
body,html{
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:16pt;
	font-size:12pt;
}

a:link, a:visited, a:active, a:hover{
	color:#0066FF;
	text-decoration:none;
}
a:hover{
	border-bottom:1px solid #0066FF;
}

.red{
	color:#CC0000;
}
.green{
	color:#00CC00;
}
p{
	width:80%;
}
