body{
   bgcolor: #F5F5F5;
	text: #000000;
   color: #000000;
   margin:0pt;
   }
    
	.tabhead
	{
	color : black; text-decoration: none; font-weight : bold;
	}
	
	.tabhead:Hover
	{
	color : blue; text-decoration: none; font-weight : bold;
	}
	
	
    
   A {
	color : blue; text-decoration: none; font-weight : bold;
	} 
	A:Hover
	{
	color : red; text-decoration: none;	font-weight : bold;
	}
	
	A.footmenu
	{
	color : white;
	text-decoration: none;
	font-weight : normal;
	}
	A.footmenu:hover
	{
	color : white;
	text-decoration: none;
	font-weight : bold;
	}