BODY{
  scrollbar-3dlight-color:white;
  scrollbar-arrow-color:black;
  scrollbar-darkshadow-color:white;
  scrollbar-face-color:white;
  scrollbar-highlight-color:white;
  scrollbar-shadow-color:white;
  scrollbar-track-color:white;
  font-family : "Century Gothic";
}
A{
  color : black;
  text-decoration : none;
}
A:HOVER{
  color : white;
  background-color : black;
}
A:ACTIVE{
  color : white;
  background-color : black;
}
TEXTAREA{
  font-family : "Century Gothic";
  border-top-color : black;
  border-right-color : black;
  border-bottom-color : black;
  border-left-color : black;
  border-top-style : dotted;
  border-right-style : dotted;
  border-bottom-style : dotted;
  border-left-style : dotted;
}
HR{
  aline : center;
  width : 500px;
  higth : 3px;
  color : black;
  border-style : dotted;
}
INPUT{
  border-top-style : dotted;
  border-left-style : dotted;
  border-right-style : dotted;
  border-bottom-style : dotted;
  border-color : black black black black;
}
