BODY{
  
  color : black;
  background-color: #6699FF;
  background-image : url(image/prof.gif);
  background-attachment : fixed;
  SCROLLBAR-FACE-COLOR: #CCDDFF;
  SCROLLBAR-HIGHLIGHT-COLOR: #000000;
  SCROLLBAR-SHADOW-COLOR: #000000;
  SCROLLBAR-3DLIGHT-COLOR: #CCDDFF;
  SCROLLBAR-ARROW-COLOR: #000000;
  SCROLLBAR-DARKSHADOW-COLOR: #CCDDFF;
  font-family : Tahoma,sans-serif,Tarisaka,ARISAKA;
  
}
H1{
  color: #FFFFFF;
  background-color: #3366FF;
  background-image : url(image/prof2.gif);
  text-align: center;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
}
H2{
  color: #FFFFFF;
  background-color: #3366FF;
  background-image : url(image/prof2.gif);
  text-align: center;
  padding-top: 7px;
  padding-right: 0px;
  padding-bottom: 7px;
  padding-left: 0px;
}
H3{
  color: #FFFFFF;
  background-color: #3366FF;
  background-image : url(image/prof2.gif);
  text-align: center;
  padding-top: 4px;
  padding-right: 0px;
  padding-bottom: 4px;
  padding-left: 0px;
}
HR{
  color: #3366FF;
  height: 3px;
}
P{
  color: #000099;
}
A{
  color : fuchsia;
  text-decoration: underline;
}
A:VISITED{
  color: #FF9999;
  text-decoration: underline;
}
A:HOVER{
  color : red;
  text-decoration: underline;
  
  font-weight : bolder;
}
A:ACTIVE{
  color: #000000;
  text-decoration: underline;
}
UL{
  color: #000099;
  list-style-image : url(image/prof3.gif);
  list-style-position: outside;
}
TABLE{
  font-size: x-small;
}