

body 
{
 font-family:Verdana;
 font-size:12px;
 background-color:#ffffcc;
}
h1 {font-size:28px;color:#000000;margin-bottom:0px;}
h2 {font-size:18px;color:#000000;text-align:center;}
h3 {font-size:12px;color:#000000;}
h4 {font-size:35px;color:#FF0000;text-align:center;}
p {margin-top:0px;}



a:link, a:visited, a:active, a:hover
{
  text-decoration:none;
  font-weight:bold;
  color:#634142;
  font-size:13px;
} 

a:active, a:hover
{
 text-decoration:underline;

}
a.navi:link
 {
  text-decoration:none; font-weight:bold;
  color:#FF0000; font-size:24px;
 
 }
 a.navi:visited
 {
  text-decoration:none; font-weight:bold;
  color:#000066;
   
 }
 a.navi:hover
 {
 text-decoration:none;
 font-weight:bold; 
 background-color:#ff0;
 font-size:35px;
 color:#FF0000;
 
}
 a.navi:active
 {
  text-decoration:none; font-weight:bold;
  color:#ff0000;
 }
 

#title {
height:34px;
padding:5px;
margin-bottom:20px;
}
#left {
width:21%;
float:left;
line-height:18px;
}
.menutitle
{
font-weight:bold;
margin-top:15px;
}

#content {
width:77%;
float:right;
}
#footer {
clear:both;
position:relative;
border-top:1px solid #000000;
bottom:0px;
font-size:10px;
text-align:left;
background-color:#ffffcc;
color:blake;
width:100%;
height:35px;
}





