h1.header
{
display: inline;
font-size: 50px;
color: black;
}
a.header 
{
text-decoration: none;
font-size: 50px;
color: black;
}
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.links
{
color: black;
font-size: 18px;
text-decoration: underline;
}
a.sitemap
{
color: black;
font-size: 12px;
text-decoration: none;
}