/* The Singing Lemon Web Page - style sheet! */

body {background-color: #ffffaa; background-image: url(lemon6.gif)}
body,div,p,td,th,dl,ul {font-family: "Lucida Sans Unicode", "Lucida Grande", Lucida, sans-serif; color: #000000}
a {font-family: "Lucida Sans Unicode", "Lucida Grande", Lucida, sans-serif; text-decoration: underline}
a:link {color: #0000ff}
a:visited {color: #cc0000}
a:focus,a:hover {color: #cc33cc}
a:active {color: #cc33cc}
h1 {font-family: "Century Gothic", Monaco, Avantgarde, "URW Gothic L", sans-serif; font-weight: normal; text-align: center; color: #000000}
h1 {border: 2px solid #999900; border-width: 0px 0px 2px 0px; margin-left: 8%; margin-right: 8%}
h2,h3 {font-family: Arial, Helvetica, sans-serif; text-align: center; color: #000000}
td h1{width: x}  /* This line is a fix for Netscape 4 */
h1 {font-size:180%}
h2 {font-size:150%}
h3 {font-size:120%}
p {margin-left: 3%; margin-right: 2%}

.left {text-align: left}
.right {text-align: right}
.center {text-align: center}
.center table {margin-left: auto; margin-right: auto; text-align: left}
.floatleft {float: left; margin: 4px}
.floatright {float: right; margin: 4px}
.spacer {clear: both}
hr {color: #cc6633; background-color: #cc6633; border: none; height: 2px}

table.main {border-collapse: collapse; margin-right: 7%; margin-left: 7%}
table.main tr,table.main td{border: 4px outset #009900; background-color: #ffffcc}

table.sitering {border-collapse: collapse; font-size: small; text-align: center}
table.sitering td{border: 2px solid #000000; padding: 3px; background-color: #ffeecc}

/*  Special font styles  */
.bold {font-weight: bold}
.italic {font-style: italic}
.small {font-size: small}
.large {font-size: large}

/*  Special font colours  */
.white {color:#ffffff}
.grey {color:#cccccc}
.magenta {color:#ff00ff}
.red {color:#ff0000}
.darkred {color:#990033}
.orange {color:#ff9900}
.lyellow {color:#ffff99}
.yellow {color:#ffff00}
.lgreen {color:#ccffcc}
.green {color:#00ff00}
.lcyan {color:#99ffff}
.cyan {color:#00ffff}
.lblue {color:#ccddff}
.blue {color:#99ffff}
.dblue {color:#6633ff}
