p {
font-family: Verdana;
font-size: 28px;
color: yellow;
}

h1 {
font-family: Verdana;
font-size: 50px;
color: orange;
}

body {
margin: 25px;
background-color: black;
}

a:link {
color: white;
text-decoration: underline;
}

a:visited {
color: white;
text-decoration: underline;
}

