BODY { 
  margin: 1px;
  font-family: serif; /* blocked text easier to read */
  background-color: #006666; /* dark blue */
  color: #FFFFFF; /* white */
}

    /* all links (below remain normal until hovered over then there underlined) */

A:link { color: #CC0033; text-decoration:none }          /* unvisited link, light Blue */
A:visited { color: #FF0000; text-decoration:none }        /* visited links */
A:active { color: lime; text-decoration:none }        /* active links */
A:hover { color: gold; text-decoration:underline }        /* on hover */

    /* different coloured borders */

A:link IMG { border: 1px solid blue }          /* unvisited link small border around edge */
A:visited IMG { border: 1px solid red }        /* visited links small border around edge  */
A:active IMG { border: 1px solid lime }        /* active links small border around edge  */
A:hover IMG { border: 1px solid gold }        /* on hover small border around edge  */


H1 { text-align: center } /* for ease of design most Size 1 heading
			     would be centred anyway */

H3, H5 { font-style: italic } /* effectiveness */

H1 { font-size: 36pt; } /* xtra-xtra large */
H2 { font-size: 24pt; color: #FFFFFF } /* xtra large */
H3 { font-size: 18pt; color: #FFFFFF } /* large */

I, BLOCKQUOTE { font-style: italic } /* effectiveness */

BLOCKQUOTE { margin-left: 2em; margin-right: 2em } /* clarity (tabbed equivalent) */

UL { list-style: circle } /* circular bullet point */
OL { list-style: decimal } /* numerical value */
LI { margin-left: 3em; list-style: circle; color: gold } /* circular bullet point need 							            specifying for some pages */

EM { font-color: 837438; }

B {color: FFCC00; font-size: 12pt }
TR {font-size: 10pt; color: #FFFFFF }
TABLE {font-size: 10pt; color: #FFFFFF }
TH {font-size: 10pt; color: #FFFFFF; }
TD {font-size: 10pt; color: #FFFFFF; }
P {font-size: 12pt; color: #FFFFFF }
PRE {font-size: 10pt; color: #FFFFFF }
FONT {font-size: 10pt }
/* #text {font-size: 11pt; font-family: garamond } */

.text { color: 00CCFF; }
.justify { text-align: justify }
.pic { color: 00CC99; }

.note { position: absolute; left: 7; top: 250; visibility: hidden; color: #FFCC00; font-weight: bold; }
.info { position: absolute; left: 7; top: 275; visibility: hidden; color: #FFFFFF; font-family: arial; font-size: 10pt; }
.info2 { position: absolute; left: 7; top: 275; visibility: hidden; color: #FFFFFF; font-family: arial; font-size: 9pt; }
.info3 { position: absolute; left: 420; top: 279; visibility: hidden; color: #FFFFFF; font-family: arial; font-size: 9pt; }