a:link, a:visited
{
	text-decoration : none;
	color: blue;
	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: black;
}

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

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


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

body 
{
	margin: 16px auto 16px auto;
	padding: 0;
	width: 420px;
	font-family:Lucida Grande, Helvetica, sans-serif;
	font-size:11px;
	color: black;
	background-color:#F3F3F3;
}

#mainbox
{
	width: auto;
	padding: 0;
	border: 1px solid #CCCCCC;
	background-color:#FFFFFF;
	-webkit-box-shadow: 0px 4px 8px #888;
}
	
#content 
{
	margin-left: 0px;
}

#header 
{
	padding: 4px;
	border-bottom: 1px solid #CCCCCC;
}

#footer 
{
	padding: 4px;
}
