/* BEGINNING */


/* Body */

body { color: #000000; background: #FFFFFF; background-image: none; }


/* Links */

.linkitem a { display: block; }

a:link { color:#0000FF; background-color: transparent; text-decoration: none; }
a:visited { color:#800080; background-color: transparent; text-decoration: none; }
a:hover { color:#000000; background-color: #FF3333; text-decoration: underline; }
a:active { color:#000000; background-color: #FF3333; text-decoration: none; }


/* Text - basic settings */

h1, h2, h3, h4, h5, h6, big, small { font-family: Arial, Helvetica, Verdana, Geneva, Sans-Serif, "MS Sans Serif"; background: transparent; color: #000000; }

p, td, th, li, b, i { font-family: Arial, Helvetica, Verdana, Geneva, Sans-Serif, "MS Sans Serif"; background: transparent; color: #000000; font-size: x-small; }


/* Headings and sub-headings */

.pagehead { text-align: left; font-style: italic; color: #FF0000; font-weight: bold;  font-size: large; }

.subhead { font-style: italic; color: #FF0000; font-size: medium; }

.credithead { font-style: italic; color: #CC3300; font-size: small; }

.itemhead { font-weight: bold; font-size: medium; }

.itemsubhead { font-size: medium; }

/* Other text */

.boldmaroon { font-weight: bold; color: #CC3300; }

.maroon { color: #CC3300; }

.maroonitalics { font-style: italic; color: #CC3300; }

.boldmaroonitalics { font-style: italic;  font-weight: bold; color: #CC3300; }

.boldredtext { font-weight: bold; color: #FF0000; }

.redtext { color: #FF0000; }

.boldreditalics { font-style: italic; font-weight: bold; color: #FF0000; }

.reditalics { font-style: italic; color: #FF0000; }

.boldwhite { font-weight: bold; color: #FFFFFF; }

.boldlitegold { font-weight: bold; color: #FFCC33; }

/* Text alignment */

.center {text-align: center; }


/* Background colours */

.white { background-color: #FFFFFF; }

.black { background-color: #000000; }

.darkgold { background-color: #CC9933; }

.litegold { background-color: #FFCC33; }

.darkgrey { background-color: #CCCCCC; }

.litegrey { background-color: #EEEEEE; }

.litepastal { background-color: #FFFFCC; }

.darkpastal { background-color: #FFFF00; }


/* END */