body
{
	background: #fffffd;
	color: black;
	font: 12px "Trebuchet MS", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	margin: 8px;
	padding: 8px;
}

a:link, a:visited
{
	border-bottom: 1px dotted #60707f;
    background-color:transparent;
    color: #60707f;                     /* bluish gray, grabbed from the picture */
    padding-bottom: -1px;
    text-decoration: none;
}

a:visited
{
    color: black;                       /* override color */
}

a:hover, a:active
{
	border-bottom: 1px dotted #c9790b;
    background-color:transparent;
    color: #c9790b;                     /* cool orange color */
    padding-bottom: -1px;
    text-decoration: none;
}

img
{
	border: 0px;
}

h1, h2, h3, h4, h5
{
    margin: 1em 0px 0px 0px;
    padding: 0px;
    text-align: center;
}

h1
{
    font-size: 150%;
}

h2
{
    background-color: transparent;
    color: #222;
    font-size: 120%;
}

h3
{
    font-size: 110%;
}

h4
{
    font-size: 100%;
}

.box
{
	border: 0px;
	height: auto;
	margin: 0px auto 0px auto;
	padding: 0px;
    width: 40em;
}

.center
{
    text-align: center;
}

.noborder
{
    border: 0px;
}

#Header
{
    background-color: transparent;
    border-bottom: 4px;
    border-color: #003;
    border-left: 0px;
    border-right: 0px;
    border-style: solid;
    border-top: 0px;
    color: #003;
    margin-bottom: 10px;
    padding: 0px;
    text-align: center;
}

#Main
{
    border: 0px solid black;
    clear: none;
    margin: 0px;
    padding: 8px;
}

#Footer
{
    background-color: transparent;
    border-bottom: 0px;
    border-color: #003;
    border-left: 0px;
    border-right: 0px;
    border-style: solid;
    border-top: 1px;
    clear: both;
    color: #003;
    margin: 0px;
    padding: 8px;
    text-align: center;
}

.nav
{
    text-align: center;
    margin: 10px auto;
}

