body {
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
}
/* to change the color of all the text that uses the default color on the site, change the value of the color attribute above
 i.e. color:#000000 would be black */
 
/* to change the font family of all the text that uses the default font on the site, change the value of the font-family attribute below
 i.e. font-family: "Times New Roman", Times, serif  */
 
td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
a:link       { 
color: maroon; text-decoration: none
 }
 
a:link { 
color: maroon; 
text-decoration: none
 }
 
a:visited    {
color: #6F6F6F 
}

a:hover      { 
color: #BB0509 
}

a:active     {
 color: #000000 
 }
 
