
A:link {
		color:blue;
		text-decoration :Underline;
		font-weight: bold;
		font-family: Arial, Verdana;
		}
A:visited {
		color: purple;
		text-decoration: underline;
		font-weight: bold;
		font-family: Arial,Verdana;
		}
A:active {color:green;
		text-decoration :underline;
		font-weight: bold;
		font-family: Arial,Verdana;
		}
A:hover {color:red;
		text-decoration :underline;
		font-weight: bold;
		font-family: Arial;
		}
BODY   { 
        background:#ccffcc;
		color:#330066;
		}
P	   {
		font-family: Arial, Verdana;
		font-size: 10pt;
		color:#000000;
		}
P.small	   {
		font-family: Arial, Verdana;
		font-size: small;
		color:#000000;
		}
P.bold	   {
		font-family: Arial, Verdana;
		font-size: 10pt;
		color:#000000;
		font-weight: bold;
		}

LI	   {
		font-family: Arial, Verdana;
		font-size: 10pt;
		
		}

H1		{
		font-family:Arial,Verdana;
		color:#000000;
		font-size:x-large;
		font-style:bold;
		font-weight: bold;
		}
H2		{
		font-family:Arial,Verdana;
		color:#CC0000;
		font-size:13pt;
		font-style:bolder;
		margin-top:2px;
		margin-bottom:2px;
		font-weight: bold;
		
		}
H3		{
		font-family:Arial,Verdana;
		color:#CC0000;
		font-size:12pt;
		margin-top:2px;
		margin-bottom:2px;
		font-weight: bolder;
		}
		
H4		{
		font-family:Arial,Verdana;
		color:#CC0000;
		font-size:11pt;
		margin-top:2px;
		margin-bottom:2px;
		font-weight: bold;
		}
H5		{
		font-family:Arial,Verdana;
		color:#000000;
		font-size:10pt;
		margin-top:2px;
		margin-bottom:2px;
		font-weight: bold;
		}
TABLE	{
		MARGIN-LEFT: 5PX;
		}