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;
}
h3.title
{
text-align: center;
color: black;
font-size: 20px;
width: 500px;
margin-right: auto;
margin-left: auto;
}
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;
}

p.center
{
width: 500px;
margin-right: auto;
margin-left: auto;
text-align: center;
}
a.print
{
text-decoration: none;
font-weight: bold;
color: #666633;
}
p.bookmark
{
color: red;
text-align: center;
margin-right: auto;
margin-left: auto;
font-weight: bold;
}
a.bookmark
{
color: #666633;
text-decoration: none;
font-weight: bold;
}
