body
{
background: rgb(80,20,20);
color: white;
font-family: verdana, helvetica;
}

a
{
text-decoration: none;
color: white;
}

a:hover
{
text-decoration: underline;
}

.h1
{
text-transform: uppercase;
letter-spacing: 0.8em;
border-color: white;
border-style: solid;
border-width: 0 0 thin 0;
text-align: center;
font-size: xx-large;
font-weight: normal;
margin-bottom: 1em;
}

h1
{
text-transform: uppercase;
letter-spacing: 0.8em;
border-color: white;
border-style: solid;
border-width: 0 0 thin 0;
text-align: center;
font-size: xx-large;
font-weight: normal;
margin-bottom: 1em;
}

