 /* Anthony Hickson's Stylesheet */
 /* Manual: http://www.w3.org/TR/REC-CSS1 */

/* LAYOUT */
.footer p.links, .footer p.author { float: right; }
.box p.links, .box p.content { float: right; }

/* WHITESPACE */
h1, h2, h3, h4, h5, h6 { margin: 1em 20%; }
.footer p.update { padding-top: 0.5em; }
.footer p.links, .footer p.author { margin: 0.3em; padding: 0.3em; }
.box p.update { padding-top: 0.5em; }
.box p.links, .box p.content { margin: 0.3em; padding: 0.3em; }

/* ALIGNMENT */
h1, h2, h3, h4, h5, h6 { text-align: center; }

/* DECORATION */
.footer { border-top: solid thin; }
.footer p.links, .footer p.author { border: solid thin; }
.box { border-top: solid thick; }
.box p.links, .box p.content { border: solid thick; }

/* COLOR */
html { background: rgb(255,92,0); color: white; }
.name { color: purple; background: transparent; }
.poem .name { color: black; background: transparent; }
:link { color: blue; background: transparent; }
:visited { color: purple; background: transparent; }
:link:hover, :link:active, 
:visited:hover, :visited:active { color: red; background: transparent; }
.footer p.links, .footer p.author { background: yellow; color: black; border-color: gray; }
.box { background: FF99FF; color: black; border-color: gray; }

/* TEXT */
.name { text-transform: uppercase; }

/* FONTS */
h2 { font-style: italic; } 
.name { font-style: normal; }

 /* END */
