html {	overflow-y: scroll;}
BODY { font-family: sans-serif; background-color: #007600; width: 98%;}
A.context:link, A.context:visited { color: #555; text-decoration: underline; font-weight: 400 }
A.context:hover { background-color: #ddd; }
H1 { background: #d8d8ad; color: #006654; font-size: 20px; }
H2 { background: #d8d8ad; color: #006654; font-size: 16px; font-weight: 900; text-align:center }

td#sidebar {
  vertical-align: top;
  text-align: justify;
  background-color: #FFFFFF;
  border-right: dashed 1px #d8d8ad;
 }

#sidebar A:link {
	width: 150px;
	color: #000;
	text-decoration: none;
	margin: 9px;
	font-size: 14px;
	text-align: center;
	}

#menu { 
 float: left; 
 margin: 0;  
 padding: 0; 
 width: 160px; 
 list-style-type: none; 
} 
  
#menu A:link, #menu A:visited { 
 display: block; 
 margin: 6px 3px; 
 padding: 4px 0; 
 width: 154px; 
 height: 16px; 
 /* background-image: url(th-one.jpg); */
 text-decoration: none; 
 text-align: center; 
 font-size: 14px; 
 color: #006654;
 border-bottom: solid 1px #d8d8ad; 
} 
  
#menu A:hover {  
 display: block; 
 margin: 6px 3px; 
 padding: 4px 0; 
 width: 154px; 
 height: 16px;  
 /* background-image: url(th-two.jpg); */
 background-color: #006600;
 text-decoration: none; 
 text-align: center; 
 font-size: 14px; 
 color: #fff; 
} 