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;  
}

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

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

a.headings2:hover 
{
	text-decoration : none;
	color: white;
	background: transparent; 
	opacity: 0.75;
}

a.headings2:active 
{
	text-decoration : none;
	color: white;
	background: transparent;  
	opacity: 0.5;
}

.entries
{
	border-top: 1px solid #CCCCCC;
	padding: 10px 10px 0px 10px;
}

.lcdbackground
{
	padding: 8px;
	height: 37px;
	background-image: url(images/LCDBackground.png);
	background-repeat: repeat-x;
	margin-bottom: 0px;
}

.listtop
{
	padding: 10px 10px 0px 10px;
}

.copyright
{
	font-family:Lucida Grande, Helvetica, sans-serif;
	font-size:10px;
	color: #7F7F7F;
}

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

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

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

.screenshot
{
	padding: 0px 0px 0px 0px;
	margin: 8px 8px 8px 8px;
}

.screenshot2
{
	padding: 0px 0px 0px 0px;
	margin: 8px 8px 8px 8px;
}

body 
{
	margin: 8px auto 8px auto;
	padding: 0;
	width: 1000px;
	font-family:Lucida Grande, Helvetica, sans-serif;
	font-size:11px;
	color: black;
	background-image: url(images/Paper.gif);	
}

#mainbox
{
	width: 992px;
	padding: 0;
	background-color:#FFFFFF;
    -moz-border-radius: 8px; 
    -webkit-border-radius: 8px;
	-webkit-box-shadow: 0px 4px 8px #666;
	background: -webkit-gradient(linear, left top, left 64, from(#EEEEEE), to(#FFFFFF));
}

#mainboxsimple
{
	width: 992px;
	padding: 18px 16px 8px 16px;
	margin: 8px auto 8px auto;
	background-color:#FFFFFF;
    -moz-border-radius: 8px; 
    -webkit-border-radius: 8px;
	-webkit-box-shadow: 0px 4px 8px #666;
	background: -webkit-gradient(linear, left top, left 64, from(#EEEEEE), to(#FFFFFF));
}
	
#nav 
{
	width: 100px;
	float: left;
	margin-left: -1px;
	padding: 10px 8px 8px 10px
}
	
	
#content 
{
	padding: 10px;
	margin-left: 116px;
	border-left: 1px solid #CCCCCC;
}

#contentlist 
{
	padding: 0px 0px 10px 0px;
	margin-left: 116px;
	border-left: 1px solid #CCCCCC;
}

#header 
{
	margin-bottom: 0px;
	padding: 8px;
	border-bottom: 1px solid #CCCCCC;
}

#header2
{
	height: 37px;
	margin-bottom: 0px;
	padding: 8px;
	border-bottom: 1px solid #CCCCCC;
	background-image: url(images/LCDBackground.png);
	background-repeat: repeat-x;
	margin-bottom: 0px;
}	

#footer 
{
	font-size: 11px;
	text-align: right;
	padding: 8px;
	clear: both;
	border-top: 1px solid #CCCCCC;
}

p 
{
	padding: 0;
	margin-top: 0px;
}
