body  {
		font-family : Arial;
		font-size : 10px;
		color : gray;
	}
	
p  {
		font-family : Arial;
		font-size : 10px;
		color : gray;
	}
	
table {
		font-family : Arial;
		font-size : 10px;
		color : gray;
	}
	
a  {
     	font-family : Arial;
     	font-size : 10px;
     	color : gray;
     	text-decoration : underline;
     }
     
a:visited  {
     	font-family : Arial;
     	font-size : 10px;
		color : gray;
     	text-decoration : underline;
     }
     
a:active  {
     	font-family : Arial;
     	font-size : 10px;
     	color : silver;
     	text-decoration : underline;
     }
     
a:hover  {
     	font-family : Arial;
     	font-size : 10px;
     	color : silver;
     	text-decoration : underline;
     }
