BODY
   {
   color:black;
   background-color:white;
   font-family:sans-serif;
   margin-width:0;
   margin-height:0;
   background-image:url('plainchrome.jpg');
  scrollbar-face-color:red;
  scrollbar-arrow-color:black;
  scrollbar-track-color:#666666;
  scrollbar-shadow-color:black;
  scrollbar-highlight-color:black;
  scrollbar-3dlight-color:#444444;
  scrollbar-darkshadow-Color:black;
  document.title:('Home');
   }

A{text-decoration:none}
A:link{color:black}
A:active:{color:red}
A:visited{color:black}
A:hover{color:white; text-decoration:underline}

P.indented
  {
  text-indent:30px;
  text-align:justify;
  }

.title 
   {
   font-family:'Impact', san-serif;
   margin:0px auto;
   width:450px;
   filter:shadow;
   font-size:36pt;
   color:red;
   } 

.tiny
   {
   font-size:80%
   }

.red
   {
   color:red;
   font-family:sans-serif;
   filter:Shadow(color=Gray,strength=7,direction=225);
   height=36px;
   }

.fade
  {
  filter:alpha(opacity=100, finishopacity=0, style=2, startx=20, starty=10, finishx=0, finishy=0) gray;
  border-style=outset;
  border-color:white;
  border-width:5px;
  }

.fade2
  {
  filter:alpha(opacity=100, finishopacity=0, style=2, startx=0, starty=0, finishx=-10, finishy=-10);
  border-width:10px;
  }

.fancylink
   {
   font-family:sans-serif;
   font-weight:bold;
   font-size:18pt;
   filter:Shadow(color=Gray,strength=7,direction=225);
   height=36px;
   }

.border
  {
  border-style:outset;
  border-color:white;
  border-width:5px;
  }

.whiteborder
  {
  border-style:inset;
  border-color:white;
  border-width:3px;
  }

.logo
  {
  background:url(logo.gif);
  background-repeat=no-repeat;   
  background-position=center; 
  float=left;
  }

