body
{
background-color:black;
background-repeat:no-repeat;

}
h1
{
font-size:400%;
font-family: courier;
color:white;
}

a {
text-decoration: none;
font-family: courier;
font-size: 130%;
color: white;
border: none;
}

a:hover 
{text-decoration: none; 
font-size:150%;
color: orange;
border: none;
}

h2
{
font-size:110%;
font-family: courier;
color: #white;
}

h3
{
font-size:110%;
font-family: courier;
color: white;
}

h4
{
font-size:200;
font-family: courier;
color: white;
text-align: center;
}


