	body  {
		font-family : Arial;
		font-size : 12px;
		color : Black;
	}
	
	p  {
		font-family : Arial;
		font-size : 12px;
		color : Black;
	}
	
	table {
		font-family : Arial;
		font-size : 12px;
		color : Black;
	}
	
	a  {
     	font-family : Arial;
     	font-size : 12px;
     	color : #990099;
     	text-decoration : underline;
     }
     
     a:visited  {
     	font-family : Arial;
     	font-size : 12px;
		color : #990099;
     	text-decoration : underline;
     }
     
     a:active  {
     	font-family : Arial;
     	font-size : 12px;
     	color : blue;
     	text-decoration : underline;
     }
     
     a:hover  {
     	font-family : Arial;
     	font-size : 12px;
     	color : blue;
     	text-decoration : underline;
     }