A {
	color: #0000CC;
	text-decoration: none;
}
A:visited {
	color: #0000CC;
}
A:hover {
	text-decoration: underline;
	color: #0000CC;
}
A:active {
	color: #0000CC;
}
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	background-color: #FFFFFF;
}

