body { 
 color : #0000FF;
 background : #FFFFCC;
}

#menuleft { 
  margin-top : -20px;
  margin-left : -10px;
  margin-right : 10px;
 width : 230px;  
 float : left;
  color : #0000FF;
  background : #E0FFFF;
} 
 
#menuright { 
  margin-top : -20px;
  margin-right: -10px;
  margin-left: 10px;
  width : 230px;   
  float : right;
  color : #0000FF;
  background : #E0FFFF;
} 

.side {
  margin-top : 10px;
  margin-left : 10px;
  margin-right : 10px;
  color : #0000FF;
  background : #E0FFFF;
  font-size : 12px;
  line-height : 16px;
  font-family : Verdana, sans-serif;
  font-style : normal;
}

.sidecenter {
  margin-top : 10px;
  color : #0000FF;
  background : #E0FFFF;
  text-align : center;
  font-size : 12px;
  line-height : 16px;
  font-family : Verdana, sans-serif;
  font-style : normal;
}

.sidebar-title, h3.side {
  margin-bottom: -14px;
  font-size : 12px;
  line-height: 16px;
  font-family : Verdana, sans-serif;
  font-weight : bold;
  color : #0000FF;
  background : #E0FFFF;
}

h5.side {
  margin-bottom: -14px;
  font-size : 14px;
  line-height : 16px;
  font-family : Verdana, sans-serif;
  font-weight : bold;
  color : #0000FF;
  background : #E0FFFF;
}

#contentcenter {
  font-size : 14px;
  line-height : 17px;
  font-family : Garamond, serif;
  font-style : normal;
   margin-left : 240px;
   margin-right : 240px;
   color : #0000FF;
   background : #FFFFCC;
}

#contentcenterfull {
  font-size : 14px;
  line-height : 17px;
  font-family : Garamond, serif;
  font-style : normal;
   margin-left : 210px;
   margin-right : 210px;
   color : #0000FF;
   background : #FFFFCC;
}

p, dl, dd, dt, td, li, ol, ul, th {
  font-size : 14px;
  line-height : 17px;
  color : #0000FF;
  background : #FFFFCC;
}

h1, h2, h3, h4, h5, h6 {
  color : #0000FF;
  background : #E0FFFF;
}

a {
  color : #9999CC;  
  text-decoration : none;
  font-weight : bold;
  }