/*  This stylesheet contains the color specific elements for green.  */

a {
	color: #CCFF00;
}
hr {
	color: #CCFF00;
}
a:hover {
	background-color: #CCFF00;
}

.left_line {
	border-left-color: #CCFF00;
}
acronym:hover, abbr:hover {
	color: #CCFF00;
}

#header {
	background: url(img/header_green.jpg) no-repeat;
}
#header .accent {
	color: #CCFF00;
}
#menu {
	background: url(img/menu_green.jpg) no-repeat;
}
#menu ul li a:hover {
	background-color: #CCFF00;
}
#menu .pressed {
	color: #CCFF00;
}
#footer a:hover {
	color: #CCFF00;
}