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