body
{
 color: black;
 background-color: rgb(165,205,235);
 text-align: center;
 text-decoration: none;
 font-size: 16px;
 background-image:URL(background.gif);
}

h1
{
 color: black;
 font-size: 16px;
 font-weight:bold;
 font-style: italic;
 text-decoration: underline;
}

h2
{
 color: black;
 font-size: 13px;
 font-weight:bold;
 font-style: italic;
 text-decoration: underline;
}

table
{
 color: white;
 border: 0;
 margin: 0;
 padding:0;
 text-align: left;
}

td
{
 color: black;
 border: 10;
 margin: 10;
 padding: none;
 font-size: smaller;
}

ol
{

 list-style: decimaloutside;
 marker-offset: 0;
 margin-left:32px;

}

a:link {color: black; text-decoration: none;}
a:visited {color: black; text-decoration: none;}
a:hover {color: white; text-decoration: underline;}
a:active {color: black; text-decoration: none;}

#ml
{
 color: black; 
 text-align: right;
 font-style: italic;
}

#title
{
 color: black;
 text-align: center;
 text-decoration: underline;
 font-weight:bold;
}

#head
{
 color: white;
 text-align: left;
 text-decoration: none;
 font-weight: bold;
 font-style: italic;
 font-size: medium;
}

#left {text-align:left}
#white {color:white}
#black {color:black}
#cent {text-align: center}
#subhead {font-size:smaller; font-style:italic}
#linkhead {text-decoration: underline; font-weight: bold;}
#headcent
{
 color: white;
 text-align: center;
 text-decoration: none;
 font-weight: bold;
 font-size:medium;
}
#link {text-decoration: underline; font-style:italic}
#bass {background-image:URL(bass.gif)}