h1      {color: black;
         text-align: center
        }
h2      {color: #0000D0;
         text-align: left;
	 vertical-align: top
        }
h3      {color: #0000D0;
         text-align: left
        }
body    {background-color: white;
         color: black;
         margin: 15px
        }
sub     {font-size: 80%}
sup     {font-size: 80%}
dt      {color: #D00000;
         font-weight: bold
        }
hr	{color: black;
  	 height: 1;
  	 background-color: white;
	 vertical-align: top
	}
.ccode  {color: #903000;
         font-weight: bold
        }
.bcode  {color: #FF0000}
.tab    {background-color: #A0A0FF}
.term   {color: blue;
         font-style: italic
}
.small  {
         font-size: smaller
}
.write  {color: #D00000}

.red {
        color: red
}
.darkred {
        color: #D00000
}
.th       {
  background-color: #C090E8;
  text-align: center
}
A:link    {
  color: blue;
  text-decoration: none
}
A:visited {
  color: #9900FF;
  text-decoration: none
}
A:active  {
  color: red;
  text-decoration: underline
}
A:hover {
  color: red;
  text-decoration: underline
}
hr.raise {
  position: relative;
  top: -1ex  
}
