  P {
	font-size: small;
	font-weight: normal;
	font-family: verdana;
	font-style: normal;
	margin-left: 5px;
	margin-right: 5px;
	}

   BODY {
	background-color: #666666;
	}

A, 			
	A:link	{
		color:#cc3366;
		font-style: small caps;
		font-weight: bold;
	}
	A:visited	
	A:active	{
		text-decoration: none;
		border-bottom: 1px dotted;  
	}

	A:hover { 
		color:black; 
		background-color:#CC3366; 
	}
