body {
background-color: black;
color: white;
font-family: Verdana;
font-size: small
}

h1,h2,h3,h5,h6 {
font-family: Verdana;
color: white;
margin-left: 50px;
margin-right: 50px;
}

h4 {
font-family: Verdana;
font-size: large;
color: white;
margin-left: 50px;
margin-right: 50px;
text-decoration: underline;
font-weight: bold;
}

p {
font-family: Verdana;
font-size: small;
color: white;
margin-left: 50px;
margin-right: 50px
}

a:link {color: #3C7100}
a:visited {color: #3C7100}
a:hover {color: #213E00}
a:active {color: #213E00}