/* Style sheet for Claudette's cleaning pages */

/* colour scheme, text style and margins */
body { background-color: #000000; font-family: Verdana, sans-serif; color: #FFFFFF; margin-left: 80px; margin-right: 160px; }

/* positioning of leaf motifs */
#leaf1 { position: fixed; top: 0px; left: 0px; }
#leaf2 { position: fixed; bottom: 0px; right: 0px; }

/* variations of text styles */
.credit { font-size: smaller; }

/* formatting of links */
A:link { text-decoration: none; color: #FE66C4; }
A:active { text-decoration: none; color: #FE66C4; }
A:visited { text-decoration: none; color: #FE66C4; }
A:hover { text-decoration: none; color: #F76F1E; }

.unlink { color: #666666; }