hr {color: sienna}
p {margin-left: 0px}
body {background-image: url("images/background.jpg")}

h1 {
color: #006699;
font-size: 80%;
font-family: arial, sans-serif;
}
h2 {
color: #CC3333;
font-size: 70%;
font-family: arial, sans-serif;
}
h3 {
color: #000099;
font-size: 120%;
font-family: serif;
font-variant: small-caps;
line-height: 30%;
}
h4 {
color: #666666;
font-size: 90%;
font-family: serif;
font-variant: small-caps;
line-height: 90%;
}
h5 {
color: #006699;
font-size: 80%;
font-family: arial, sans-serif;
}

a:link {
color: #000099;
text-decoration: none;
}
a:visited {
color: #666666;
}
a:hover {
text-decoration: none;
background-color: #CCCCCC;
}
a:active {
text-decoration: none;
}
