body { margin-top:0px; margin-bottom:10px; background-color:#DFD955; }

p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,br,b,i
     { font-family:Ubuntu,sans-serif; color:#990000;font-weight:lighter; }

h1 {font-size:24pt; line-height: 75%;  }
h2 { font-size:18pt; line-height: 75%; }
h2.sh2 { font-size:15pt; }
h3,h3.xmp,h3.xpl,h3.inf,h3.tip { font-size:15pt; }
h4 { font-size:12pt; }
p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:12pt; text-decoration:bold;}

pre { font-family:Courier New,Courier; font-size:12pt; color:#990000; }

tt { font-family:Courier New,Courier; font-size:12pt; color:#990000; }
hr {color:#990000; }

#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}

#nav-menu li
{
	
padding: 4px;
float: none;
margin: 0 0.15em;
font-weight: normal;
}

#nav-menu li a, li a:visited
{border-radius:5px;
	border:1px solid #aaa;
background-color:#006600;
height: 2em;
line-height: 2em;
float: none;
width: 10em;
display: block;
color: #DFD955;
text-decoration: none;
text-align: center;
}

#nav-menu li a:hover{border-radius:5px;
	border:1px solid #aaa;
background-color:#009900;
height: 2em;
line-height: 2em;
float: none;
width: 10em;
display: block;
color: #ff6633;
font-weight: bold;
text-decoration: none;
text-align: center;
}