body {
background-color: white;
}
h1 { 
font-family: Tahoma;
color: midnightblue;
}
h2 {color: blue} 
p {font-family: Tahoma}
p.standard {font-family: arial}
p.normal {font-weight: normal}
p.thick {font-weight: bold}
p.thicker {font-weight: 900}
p.thicker {font-color: red}
p.groove {border-style: groove}
hr {color:forestgreen} 
a:link {color:black} 
a:visited {color:black} 
a:active {color:blue} 
a:hover {color:red}
