html{height: 100%;}

body
{ background: #FFFFFF url(back.png) repeat;
  color: #656F57;
}


#logo
{ background: #FFFFFF;
  color: #656F57;
  border-top-color: #656F57;
  border-bottom-color: #8AAF55;
}

#logo h2
{ background: transparent;
  color: #EEE;
}

#content
{background:#FFF;
background-color:#FFF;
}

#content h1, p {
	color:#000;
	font-family: "Times New Roman", Times, serif;
}

#menu
{ background: transparent;
  color: #656F57;
}

#menu li a
{ background: #B8D58F;
  color: #FFF;
}

#menu li a:hover, #menu li a#selected, #menu li a#selected:hover
{ background: #8AAF55;
  color: #FFFFFF;
  text-decoration:none;
}

#subject pre
{
	color: #000;
	background: #9C6;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
}

#subject2 pre
{background: #9C6;
color: #FFF;
}

#subject3 pre
{background: #9C6;
color: #FFF;
}

