body {
color:white;
background-color:black;
}

h1 {
color:white;
background-color:black;
}

p {
color:white;
background-color:black;
}

a:link {
color:white;
text-decoration: none;
}

a:visited {
color:white;
text-decoration: none;
}

a:active {
color:white;
text-decoration: none;
}

a:hover {
color:white;
text-decoration: none;
}
