a:link
{
    text-decoration: none;
	color: rgb(28,71,174); 
}
a:visited
{
    text-decoration: none;
	color: rgb(28,71,174); 
} 
a:active 
{   
    text-decoration: none;
	color: rgb(28,71,174);
}
a:hover
{
    text-decoration: none;
    color: red;
    background:
}

body
{

	font-family: Arial,Verdana;font-size:10 pt;
	background-color: rgb(255,255,255);
	color: rgb(0, 0, 0);
	background-image: url('../matt.gif');


}
