

body
{
background-color: black;
}
/* 
url('image.ext')
or
background-color: color
*/


a:link {color: #0000FF}     /* unvisited link */
a:visited {color: #0000FF}  /* visited link */
a:hover {color: #FF0000}   /* mouse over link */

ul.none
{
list-style-type: none;
}


div.menu
{
padding: 15px;
text-align: left;
position: absolute;
left: 20px;
top: 20px;
background-color: white;
border-style: groove;
border-width: 5px;
}

div.menu2
{
padding: 15px;
text-align: left;
position: absolute;
left: 20px;
top: 250px;
background-color: white;
border-style: groove;
border-width: 5px;
}

div.content
{
padding: 15px;
position: absolute;
left: 190px;
top: 20px;
background-color: white;
border-style: groove;
border-width: 5px;
}

p.indent
{
text-indent:25px;
}

b.under
{
font-weight: bold;
text-decoration: underline;
}

p.nu
{
font-weight: bold;
}

table
{
border: thin inset;
}

.center
{
text-align: center;
}

td
{
border: thin solid black;
}

td.head
{
text-decoration: underline;
font-weight: bold;
}

td.imp
{
font-weight: bold;
}

h6
{
float: left;
}


