BODY{
  color: #000000;
  background-color: #FFFFFF;
  /*background-repeat: no-repeat; */
  background-attachment : fixed;
}
H1{
  color: #707070;
  border-left-width : 3pc;
  border-left-style : solid;
  border-bottom-width : 3px;
  border-bottom-style : solid;
  padding-left : 10px;
  border-bottom-color : #0066CC;
  border-left-color : #0066CC;
}
H2{
  color: #7B68EE;
  padding-left : 5px;
  border-left-width : 2pc;
  border-bottom-width : 3px;
  border-left-style : solid;
  border-bottom-style : solid;
  border-left-color : #0066CC;
  border-bottom-color : #0066CC;
}
H3{
  color: #7B68EE;
  padding-left : 3px;
  border-left-width : 1pc;
  border-bottom-width : 3px;
  border-left-style : solid;
  border-bottom-style : solid;
  border-left-color : #0066CC;
  border-bottom-color : #0066CC;
}

HR{
  color: #669900;
  height: 3px;
}

A:HOVER{
  color : #CC00CC;
  text-decoration: none;
}

A:ACTIVE{
  color: #FF4500;
  text-decoration: underline;
}

A.menu{
  color: #FFFFFF;
  text-decoration: underline;
}
A:HOVER.menu{
  color : #FFFF00;
  text-decoration: none;
}


/*
A{
  color: #9999FF;
  text-decoration: underline;
}
A:VISITED{
  color: #FF6666;
  text-decoration: underline;
}
P{
  color: #666633;
}
UL{
  color: #666633;
  list-style-image : url(l_g01.gif);
  list-style-position: outside;
}
*/

