body {
	margin: 0px;
	padding: 0px;
	background-color: #2A1F55;
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	word-spacing: -5em;
	list-style-type: none;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	word-spacing: -5em;
	list-style-type: none;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	
}
a:hover {
	color: #CCFF00;
}

