body
{
	background:#125000 ;
}
a
{
	color: black;
	text-decoration: underline;
}

#outer
{
	border: solid 7px #fff;
	background:#fff;	
}

#menu
{
	background: #73A533 repeat-x top left;
}
#menu ul li a
{
	color:white;
}
#menu ul li a:hover
{
	background: #356A33 repeat-x top left;
}
#menu ul li a.active
{
	background: #356A33 repeat-x top left;
}

