#outline { width:750px; text-align:left; }
.outline-margin { margin:0 10px; }
.main { width:560px; float:right; }
.side { width:180px; float:left; }

.c-both { clear:both; }


UL{
  font-size : small;
  
  margin-top : 1px;
  margin-left : 1px;
  margin-right : 1px;
  margin-bottom : 1px;
  list-style-type : none;
}
A:VISITED{
  font-size : small;
  color : blue;
}
A:HOVER{
  font-size : small;
  color : red;
}
A:ACTIVE{
  color : navy;
  font-size : small;
}
H1{
  font-size : small;
  font-weight : bold;
  
  margin-top : 1px;
  margin-left : 1px;
  margin-right : 1px;
  margin-bottom : 1px;
  list-style-type : circle;
  

  
}
TABLE{
  margin-top : 2px;
  margin-left : 2px;
  margin-right : 2px;
  margin-bottom : 2px;
}
H2{
  font-size : small;
  color : yellow;
  font-weight : bold;
  margin-top : 1px;
  margin-left : 1px;
  margin-right : 1px;
  margin-bottom : 1px;
  

  background-color : #ffac59;
}
H3{
  color : yellow;
  margin-top : 1px;
  margin-left : 1px;
  margin-right : 1px;
  margin-bottom : 1px;
  background-color : #ffac59;
}
H4{
  font-size : small;
  color : yellow;
  margin-top : 1px;
  margin-left : 1px;
  margin-right : 1px;
  margin-bottom : 1px;
  background-color : #ffac59;
}
H5{
  color : yellow;
  margin-top : 1px;
  margin-left : 1px;
  margin-right : 1px;
  margin-bottom : 1px;
  font-size : small;
  background-color : #ffac59;
}