a:link
{
    text-decoration: none;
	color: rgb(0,100,101); 
}
a:visited
{
    text-decoration: none;
	color: rgb(0,100,101); 
} 
a:active 
{   
    text-decoration: none;
	color: rgb(0,100,101);
}
a:hover
{
    text-decoration: none;
    color: rgb(172,202,87);
    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');


}
