﻿body
{
    font-size: 10pt;
    font-family: Arial, Verdana, Times New Roman ;
    text-decoration: none;
}

a:link {
	font-size: 10pt;
    font-family: Arial, Verdana, Times New Roman ;
	color: #003366;
	text-decoration: underline;
}
a:visited {
	font-size: 10pt;
    font-family: Arial, Verdana, Times New Roman ;
	text-decoration: underline;
	color: #003366;
}
a:hover {
	font-size: 10pt;
    font-family: Arial, Verdana, Times New Roman ;
	text-decoration: underline;
	color: #cc3333;
}
a:active {
	font-size: 10pt;
    font-family: Arial, Verdana, Times New Roman ;
	text-decoration: underline;
	color: #003366;
}
