BODY{
  color : black;
  background-color: #FFFFFF;
  background-image : url(bg01.gif);
  background-repeat: repeat-x;
  background-attachment : fixed;
  font-size: small;
}
H1{
  color: #663300;
  border-left-width : 3pc;
  border-left-style : solid;
  border-bottom-width : 3px;
  border-bottom-style : solid;
  padding-left : 10px;
  border-bottom-color : #008800;
  border-left-color : #008800;
}
H2{
  color : #ffff8a;
  font-size : large;
  padding-left : 5px;
  padding-top : 5px;
  padding-bottom : 5px;
  background-color : #000088;
  padding-right : 5px;
  text-align : center;
}
H3{
  color : #000088;
  font-size : medium;
  padding-left : 10px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #000088;
}
HR{
  color: #996600;
  height: 3px;
}
P{
  color : black;
}
A{
  color: #00CC66;
  text-decoration: none;
}
A:VISITED{
  color : #008800;
  text-decoration: none;
}
A:HOVER{
  color: #FF6666;
  text-decoration: underline;
}
A:ACTIVE{
  color: #FF0000;
  text-decoration: none;
}
UL{
  color : black;
  list-style-image : url(l_g01.gif);
  list-style-position: outside;
}
TD{
  font-size: small;
}

.console{
  color : white;
  background-color : black;
  padding : 5px;
  margin : 5px;
}

.notes{
  font-weight : bold;
  color : fuchsia;
}
#content{
  margin-left : 160px;
  padding : 5px;
}
#sidemenu{
  width : 150px;
  float : left;
  padding : 5px;
}

#sidemenu h2{
  font-size : small;
  text-align: center;
  color : #000088;
  border-left-style : none;
  background-color : transparent;
  padding : 1px;
}

#sidemenu ul{
  font-size : x-small;
  margin-left : 0%;
  list-style-type : none;
  list-style-image : none;
}
DFN{
  font-style : normal;
  text-decoration : none;
  padding-top : 0px;
  padding-left : 15px;
  padding-right : 0px;
  padding-bottom : 0px;
}
