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