h1.header
{
display: inline;
font-size: 50px;
color: white;
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.links
{
text-decoration: none;
color: #FF0000;
font-weight: bold;
}
td.links
{
background-color: #C0C0C0;
width: 16%;
border-style: solid;
border-width: 1px;
}
