a:link, a:visited
{
	text-decoration : none;
	color: #7F7FFF;
	background: transparent; 
}

a:hover, a:active
{
	text-decoration : none;
	color: red;
	background: transparent; 
}

.headings
{
	font-family:Lucida Grande, Helvetica, sans-serif;
	font-size:15px;
	font-weight: bold;
	color: white;
}

a.headings:link, a.headings:visited
{
	text-decoration : none;
	color: #7F7FFF;
	background: transparent; 
}

a.headings:hover 
{
	text-decoration : none;
	color: red;
	background: transparent; 
}


a.headings:active 
{
	text-decoration : none;
	color: red;
	background: transparent;  
}

body 
{
	margin: 16px auto 16px auto;
	padding: 0;
	width: 640px;
	font-family:Lucida Grande, Helvetica, sans-serif;
	font-size:13px;
	color: white;
	background-color:#000000;
}

#mainbox
{
	width: auto;
	padding: 0;
	background-color:#000000;
}
	
#content 
{
	margin-left: 0px;
}

#header 
{
	padding: 4px;
}

#footer 
{
	padding: 4px;
}
