/*Fockers Stylesheet*/


body {color: green; font-family: sans-serif}

h1, h2, h3, h4, h5, h6 {font-family: serif; color: red}

i {color: white}

#head {background-color: lavenderblush}

#links {width: 150px; float: left; background-color: green; margin-right: 10px; padding: 30px}
#links a {display: block; font-family: sans-serif; color: white; font-size: 10pt}
#links a:link {text-decoration: none}
#links a:visited {text-decoration: none}
#links a:hover {color: red; text-decoration: underline}
#links a:active {text-decoration: none}
