
font {font-family: sans-serif, serif}
BODY {font-family: sans-serif, serif; color: black}
a:link {color: red; text-decoration: none}
a:visited {color: Maroon; text-decoration: none}
a:hover {color: #BB6200; text-decoration:underline; background-color: yellow}
a:active {color: Yellow; text-decoration:underline}

ul {list-style-image: url('images/blue_bullet.gif')}