body
{
background-color:white;
text-align:justify;
}

h1
{
color:gray;
font-weight:bold;
text-align:left;
}

h2
{
color:gray;
font-weight:bold;
text-align:center;
}

table.nav
{
width:100%;
}

td.nav
{
color:white;
font-weight:bold;
text-align:center;
background-color:#858583;
}

a.nav:link
{
color:white;
font-weight:bold;
text-decoration=none;
}

a.nav:visited
{
color:white;
font-weight:bold;
text-decoration=none;
}

a.nav:active
{
color:white;
font-weight:bold;
text-decoration=none;
}

a.nav:hover
{
color:#006;
font-weight:bold;
text-decoration=none;
}