h1.header
{
display: inline;
font-size: 140px;
color: white;
font-weight: bold;
font-style: italic;
}
a.header {text-decoration: none;}
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;
}
ul.links
{
list-style-type: none;
color: black;
}
p.links
{
text-align: left;
font-size: 14px;
color: black;
}
a.link
{
text-decoration: none;
border: none;
}
a.footer
{
text-decoration: none;
color: #FFCC66;
}
