body { 
	font-family: arial;
	font-size: 16px;
	background-color: #FFFFFF; 
}

P {
	font-weight: normal; 
	font-family: arial; 
	font-size: 16px;
	}

A:link { color: black }
A:visited { color: black }
A:hover { color: red; text-decoration: underline }

