body {
	background-color: #5c076e;
	background-image:url('images/bgpurple.gif');
	font-family: Arial, Helvetica, sans-serif;
}


#main {
	color: #CCCCCC;
	position: absolute;
	top: 0px;
	left: 0px;
}


a:link { 
	color: #666666;
	text-decoration: none; 
}

a:visited { 
	color: #666666; 
	text-decoration: none;
}

a:hover {
	color: #5c076e;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	text-decoration: none; 
}
