/* unvisited link */
a:link 
{color: #ff0000;
text-decoration: none;
}     
/* visited link */
 a:visited 
{color: #0000cc;
text-decoration: none;
} 
/* mouse over link */
a:hover 
{color: #000000;
text-decoration: underline;
}   
/* selected link */
a:active 
{color: #cccccc;
text-decoration: underline;
}   

body 
{
background-color: #ffffff;
color: #000000;
font-family: Times New Roman;
text-align: center;
}

h1
{
border-color: #000000;
border-style: solid;
border-width: 0;
color: #000000;
font-size: 22pt;
padding-bottom: 0px;
text-align: center;
}

table
{
empty-cells: show;
font-size: 12pt;
text-align: center;
}



