a:link
{
  text-decoration: none;
  color: #0000FF;
}
a:visited
{
  text-decoration: none;
  color: #800080;
}
a:hover
{
  text-decoration: underline;
  color: #FF9933;
}
a:active
{
  text-decoration: underline;
  color: #FF9933;
}
body
{
  background-color:white;
  color:black;
}
h1,h2,h3,h4,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i 
{
  font-family:Verdana,Arial,Helvetica,sans-serif; 
}
pre 
{ 
  font-family:"Courier New",Courier,monospace;
  font-size:13px;
  color:#0000C0;
  background-color:#F0F0F0;
}
dl,dt,li,p,td,th
{
  font-size: 12px;
}
dt
{
  font-weight:bold;
}
h1
{
  font-size: 18px;
}
h2
{
  font-size: 14px;
}
.title
{
  font-size: 32px;
  color: #0000C0;
  font-family: Verdana,Arial,Helvetica,sans-serif;
}
.subtitle
{
  font-size: 18px;
  color: #008000;
  font-family: Verdana,Arial,Helvetica,sans-serif;
}
.text
{
  font-size: 12px;
  color: #999999;
  background-color: White;
  font-family: "Courier New",Courier,Monaco,monospace;
}
.head
{
  font-size: 16px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
}
.left-col
{
  background-color:#F8F8FF;
  white-space:nowrap;
  width:100px;
}
