/* css ******************/
html, body {height: 100%;}
body {margin: 0 0 0 0; background-color:#009900;}
body,td,th {font-size: 16px; color: #003300; text-align: justify;}

.text_left {padding:2 2 2 3; font-size: 12px; text-align:left;}
.text_center {padding:0 0; font-size: 12px; text-align:center;}
.text {padding:5 8 5 6;}

a:link {color: #003300; text-decoration: underline;}
a:visited {color: #003300; text-decoration: underline;}
a:hover {color: #00ff00; text-decoration: none;}

.red_black {color: #330000;} 

h1 {color: #003300; font-size: 22px; text-align:center; margin:4;}

#sections ul {list-style:none; margin:0; padding:0; font-size: 17px;}
#sections li a {background:#009900; color:003300; display:block; margin:0; padding:3px 5;   text-decoration:none;}
#sections li a:hover {background:#008800; color:00ff00;}
* html #sections li a {height:1%;}
