h1.header
{
display: inline;
font-size: 50px;
color: white;
}

h2.title
{
text-align: center;
color: black;
font-size: 30px;
}
h3.links
{
text-align: center;
color: black;
font-size: 18px;
display: inline;
text-decoration: underline;
}
a.header 
{
text-decoration: none;
font-size: 50px;
color: white;
font-style: italic;
}
a.links
{
color: #000080;
font-size: 16px;
font-weight: bold;
}
a.sitemap
{
text-decoration: none;
color: black;
}