body {
background-color: white;
background-position: right top;
background-image: url(images/dchlogo.gif);
background-repeat: no-repeat;
}
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.groove {border-style: groove}
hr {color:navy} 
a:link {color:orange} 
a:visited {color:purple} 
a:active {color:blue} 
a:hover {color:red}
