
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	background-color: #9A66FE;
}

A:link {
	text-decoration: none;
	font-size: smaller;
	font-weight: bold;
	color: black;
	line-height:24px;
}

A:Visited {
	text-decoration: none;
	font-size: smaller;
	font-weight: bold;
	color: black;
	line-height:24px;
}

A:Hover {
	text-decoration: none;
	font-size: smaller;
	font-weight: bold;
	color: blue;
	line-height:24px;
}

A:Active {
	text-decoration: none;
	font-size: smaller;
	font-weight: bold;
	color: #9A66FE;
	line-height:24px;
}


