.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #004080;
}

a:link {
	color: #300C9C;
	text-decoration: underline;
}

a:hover{
	color: #300C9C;
	text-decoration: none;
}

a:active {
	color: #300C9C;
	text-decoration: none;
}

a:visited {
	color: #300C9C;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5A5D5A;
}

