body {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.size12 {
	font-size: 12px;
}
.size14 {
	font-size: 14px;
}
.size16 {
	font-size: 16px;
}
.size18 {
	font-size: 18px;
}
a:link {
	color: #000066;
	text-decoration: underline;
}
a:hover {
	
	color: #330033;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	color: #3333CC;
	text-decoration: underline;
}
.navigation a{
    font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.navigation a:hover{
    font-size: 12px;
	color: #000000;
	text-decoration: underline;
	
}