body {background-color: white}
h1 {font-size: 36pt}
h2 {color: blue}
p {margin-left: 50px}
p {color: black}
a:link {color: blue}
a:visited {color: green}
a:active {color: purple}
a:hover {color: red}
p.solid {border-style: solid}
a.five:link {color: #ff0000; text-decoration: none}
a.five:visited {color: #0000ff; text-decoration: none}
a.five:hover {text-decoration: underline}
