body
{
    font-family: Georgia, Serif;
    font-size: 12pt;
    line-height: 18pt;
    margin: 0;
    width: 75%;
    max-width: 800px;
    padding: 1em 0 10px 100px;
}
h1
{
    font-size: 36pt;
    line-height: 48pt;
    font-weight: normal;
    color: #111;
    margin-bottom: 2em;
}
h2
{
	font-size: 18pt;
	font-weight: normal;
}

h3
{
    color: #000;
    font-size: 14pt;
    font-weight: normal;
    margin-top: 2em;
    margin-bottom: 1em;
}
h4
{
    font-family: verdana, sans-serif;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 2px;
    font-weight: bold;
    margin: 24px 0 8px 0;
}

a
{
    color: #830020;
	text-decoration: none;
	border-bottom: 1px dotted #666;
}
a:visited:
{
    color: #660020;
	border-bottom: 1px dotted #ccc;
}
a:hover
{
	color: #766;
	border-bottom: 1px solid #000;

}
a:active
{
	color: #000;
	border-bottom: 1px solid #830020;
}
table
{
  vertical-align : text-top;
  border-width : thin;
  border-style  : outset; 
  background-color : #FFFFDD;
}
th 
{
  background-color : #FFFFCC;
  vertical-align : text-top;
  padding : 3px;
}
td
{
  vertical-align : text-top;
  padding : 3px;
}