 /* Anthony Hickson's Stylesheet */
 /* Manual: http://www.w3.org/TR/REC-CSS1 */

/* LAYOUT */

/* WHITESPACE */
H1 { padding-bottom: 0.1em; }
.footer { padding: 0.5em; margin: 1em 0; }
.footer p { margin: 0; }
.needs { padding: 0.5em; margin: 1em 0; }
.needs p { margin: 0; }

/* ALIGNMENT */
.subtitle { text-align: center; color: red; }
.chef { float: right; list-style-type: none; }

/* DECORATION */
H1 { border-bottom: medium solid; }
.footer { border: outset thin; }
.needs { border: outset thin; }

/* COLOR */
BODY {background-color: #F0FFF0; }
.needs { background: #FFFFCC; color: black; }
.footer { background: #FFFFEE; color: black; }
:link { color: blue; background: transparent; }
:visited { color: purple; background: transparent; }
:link:hover, :link:active, 
:visited:hover, :visited:active { color: red; background: transparent; }

/* TEXT */
H1, H2 { font-family: "Verdana", "Arial Black", sans-serif; }
.prose { background: Transparent; font-style: italic; }

/* FONTS */
font face="Verdana", "Arial", sans-serif

 /* END */

