body      {font-family: Arial, Helvetica, sans-serif;
color: #990033;
font-size: 12pt;
font-variant: small-caps;
background-color: #ffffff;
}
h1       {font-family: Arial, Helvetica, sans-serif;
color: #333366;
font-size: 1.5em;
font-variant: small-caps;
}
p        {font-family: Arial, Helvetica, sans-serif;
color: #333366;
font-size: 12pt;
font-variant: small-caps;
}
a:link    {color: #6666CC;
font-weight: bold;
text-decoration: none;
}
a:visited   {color: #6666CC;
font-weight: bold;
text-decoration: none;
}
a:hover     {background-color: #66FFFF;
color: #333366;
font-weight: bold;
text-decoration: none;
}
a:active    {color: #6666CC;
font-weight: bold;
text-decoration: none;
}
.border    {padding: 10px;
border-width: thin;
border-style: solid;
border-color: #333366;
width: 500px;
text-align: left;
}
.border2    {padding: 2px;
border-width: 5px;
border-style: ridge;
border-color: #333366;
width: 300px;
text-align: center;
}