body
{
 font-family:Verdana;
 font-size:16px;
 font-weight:bold;
 background: url(images/bg.jpg);
}
h1 {font-size:36px;color:navy;margin-bottom:0px;font: italic  bold 4em Times, serif;text-align: center;}
h2 {font-size:20px;color:#0000FF;}
h3 {font-size:14px;color:#000000;}
h4 {font-size:20px;color:#000000;}
p {margin-top:0px;}

code {font-size:14px;color:#0000ff;}
pre
{
 font-size:14px;
 color:#0000ff;
 padding:5px;
}
a:link, a:visited, a:active, a:hover
{
  text-decoration:none;
  color:#9C2ECB;
  font-weight:bold;
  font-size:16px;
}
a:active, a:hover
{
 text-decoration:underline;color: #ffff00;
}

#title {
height:50px;
padding:5px;
border-bottom:1px solid #000000;
margin-bottom:30px;
}
#left {
width:16%;
float:left;
line-height:18px;
}
.menutitle
{
font: italic  bold 2em Times, serif;

color:red;
text-align: center;
font-weight:bold;
margin-top:18px;
}

#content {
width:80%;
float:right;
}