BODY {
background-color: black;
}

H1 {
color: white;
font-family: "Arial", Helvetica, sans-serif;
font-weight: bold;
font-size: xx-large;
text-transform: uppercase;
}

H2 {
color: white;
font-family: "Arial", Helvetica, sans-serif;
font-weight: bold;
font-size: x-large;
text-transform: uppercase;
}

H3 {
color: white;
font-family: "Arial", Helvetica, sans-serif;
font-weight: bold;
font-size: large;
text-transform: uppercase;
}

H4 {
color: white;
font-family: "Arial", Helvetica, sans-serif;
font-weight: bold;
font-size: medium;
text-transform: uppercase;
}

H5 {
color: white;
font-family: "Arial", Helvetica, sans-serif;
font-size: xx-small;
font-weight: normal;
text-transform: none;
text-decoration: none;
}

P {
color: white;
font-family: "Arial", Helvetica, sans-serif;
font-size: x-small;
font-weight: normal;
text-transform: none;
text-decoration: none;
}

a {
font-family: "Arial", Helvetica, sans-serif;
font-weight: bold;
color: blue;
text-decoration: none;
}

a:hover {
font-family: "Arial", Helvetica, sans-serif;
font-weight: bold;
color: yellow; 
text-decoration: none;
}

a:visited {
}