/*Mrs. Hansen CSS Page*/
body {background-image: url(background.jpg); background-repeat: repeat-y;}
#links {text-align: left; float: left; height: 100%}
#links a {text-decoration: none; font-family: forte; color: yellow}
#links a:hover {color: black}
#links a:active {color: fuchsia}
#hlinks {text-align: center}
#hlinks a {text-decoration: none; color: chartreuse; font-family: papyrus}
h1 {font-family: mistral}
h2 {font-variant: small-caps}
h4 {font-variant: small-caps}

