.l0 {
  margin-left: 0px;
  font-size: 12px;
}
.l1 {
  margin-left: 10px;
  font-size: 10px;
}
.l2 {
  margin-left: 20px;
  font-size: 10px;
}
.l3 {
  margin-left: 30px;
  font-size: 10px;
}

P,BODY,TD, UL,OL {
  margin-right: 5px;
  font-size: 14px;
}

P,BODY,TD {
  margin-left: 5px;
}

LI {
   padding-left:0px;
   margin-left:1em;
}

OL, UL {
    padding-left:0px;
    margin-left:+1em;
}

.h1 {
  font-size=18px;
  font-weight: bold;  
}

.h2 {
  font-size=16px;
  font-weight: bold;  
}


#leftcontent {
    float:left;
    width:200px;
    background:#FFFFDD;
    border-right: 2px solid #DDDDBB;
    border-bottom:2px  solid #DDDDBB;
    margin-right: 10px;
}

#main {
   margin-right: 210px;
   top: 0px;
}

#navbar {
    position: absolute;
    width: 200px;
    right: 5px;
    background: #DDEEFF;
    bottom: 0px;
    top: 40px;
}

#leftcontent P, #leftcontent LI, #leftcontent CENTER {font-size: 12px;}

BLOCKQUOTE, blockquote p {
   margin-left: 40px;
   margin-right: 40px;
   font-size: 12px;
}

PRE {
   font-size=12px;
}

TABLE {
   font-size: 12px;
}

TABLE.no {

}

TH {
 background: #000000;
 color: #FFFFFF;
}

REVIEW {
   font-size: 10px;
}
A:link { color: #FF0000; 
	text-decoration: none; }
A:visited { color: #770000; 
	text-decoration: none; }
A:active { color: #FF7777; 
	text-decoration: none; }
A:hover { color: #FF7777; 
	text-decoration: none; }
