body
{ 
background: #ffffff;
color: #000000;
margin-left: 1em;
margin-right: 1em;
padding: 2em;
}

h1
{ 
font-family: "Times New Roman", Times, serif;
font-size: 2em;
color: #000000;
background: #eaeaea;
padding: 0.3em;
border: groove  5px  #707070;
margin-top: 0px; 
}

h2
{
font-family: "Times New Roman", Times, serif;
font-size: 1.5em;
color: #000000;
background: #eaeaea;
padding: 0.3em;
margin-top: 0px;
clear: both; 
}

p
{ 
font-family: Arial, Helvetica, sans-serif;
margin-bottom: 1em;
line-height: 1.5em;
}

h1 + p:first-letter, h2 + p:first-letter
{
font-size: 1.8em;
font-weight: bold;
font-family: Georgia, "Times New Roman", Times, serif;
vertical-align: bottom;
}

table
{ 
margin-left: auto;
margin-right: auto;
}

table td
{
text-align: left;
}

table th
{
text-align: center;
}

.center
{ 
text-align: center;
}

code
{
font-size: 1em;
font-family: "Courier New", Courier, monospace;
}

a:link 
{ 
color: #000080;
background: #ffffff;
font-weight: bold;
}
  
a:visited 
{ 
color: #4b0082;
background: #ffffff;
font-weight: bold;
}
  
a:hover
{ 
color: #000000;
background: #dedede;
font-weight: bold;
text-decoration: none;
}
  
a:active 
{ 
color: #f0f0f0;
background: #505050;
font-weight: bold;
text-decoration: none;
}

.footer
{ 
clear: both;
text-align: center;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 0.8em;
font-weight: bold;
color: #666666;
background: #ffffff; 
}

#note
{
font-size: 0.8em;
font-style: italic;
margin: 2em;
}