/*
Lauren Trempe
Final
Summer 06
CSS for Final in HTML summer 06
*/
body {background-color: rgb(254, 255, 224)}

h1, h2, h3, h4, h5, h6 {font-family: arial rounded mt bold;
          color: black; text-align: center}


a {display: block; font-family: sans-serif; color: rgb(254, 255, 224); font-weight: bold}
<!--a {display: block; font-family: sans-serif; color: rgb(171, 215, 255); font-weight: bold}-->
a:link {text-decoration: none; color: rgb(254,255,224); font-weight: bold}
a:visited {text-decoration: none; font-weight: bold}
a:hover {color:black; text-decoration: underline; font-weight: bold}
a:active {text-decoration:none; font-weight: bold; color: rgb(254, 255, 224)}
#nav {text-decoration: none; color: rgb(254,255,224); font-weight: bold}
#nav:hover {color:black; text-decoration: underline; font-weight: bold}

#title {font-size: 12pt; font-weight: bold; color: black}
#schedule {float: right; right: 0px; top: 500px; text-align: top}
#annual {float: left; left: 0px; top: 500px; text-align: top}
