
BODY {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: left;
	list-style-type: disc;
	font-size: 12px;
}

A {
	text-decoration: none;
	}

A:Hover {
	text-decoration: underline;
	color: #ff00ff;
}

A:link {
	background: transparent;
	color: Blue;
	} 

A:visited {
	color: #cc3300;
	}


