/* color.css */

div#content {
	background: #CCCCCC;
}

div#site_info { 
	background : transparent url(../images/site_info.png) no-repeat 0 0; 
}

a:link, a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #CC0000;
	}
a:hover, a:active {
	text-decoration: underline overline;
	color: #666666;
	}

.accesskey {
	text-decoration: underline;
	}
