body  {
		font-family : Arial;
		font-size : 11px;
		color : black;
	}
	
p  {
		font-family : Arial;
		font-size : 11px;
		color : black;
	}
	
table {
		font-family : Arial;
		font-size : 11px;
		color : black;
	}
	
a  {
     	font-family : Arial;
     	font-size : 11px;
     	color : blue;
     	text-decoration : underline;
     }
     
a:visited  {
     	font-family : Arial;
     	font-size : 11px;
		color : purple;
     	text-decoration : underline;
     }
     
a:active  {
     	font-family : Arial;
     	font-size : 11px;
     	color : red;
     	text-decoration : underline;
     }
     
a:hover  {
     	font-family : Arial;
     	font-size : 11px;
     	color : red;
     	text-decoration : underline;
     }
