BODY {
	color: #483D8B;
	background-color: White;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	
}



A {
	color: #4682B4;
	text-decoration: none;
}

P {
	font-size: 13px;
}

A:HOVER {
	color: #6495ED;
	text-decoration: underline;
}

