/* myStyle.css */
body {
 background-color: black;
 color: white;
 text-align: left;
}
h1 {
 color: white;
 text-align: left;
 font: italic 200% fantasy;
}
p {
 background-color: black;
 color: white;
 text-align: center;
 
}

a{color: white;}
a:visited{color: white;}
a:hover, a:active, a:focus{color: red;}
