
/*  Main body text  */

BODY { background: White;  }

H1 { color : #000000; font : small Arial, Helvetica, sans-serif; }

H2 { color : #FF0000; font : bold small Arial, Helvetica, sans-serif; }

H3 { color : Navy; font : bold small Arial, Helvetica, sans-serif; }

H4 { color : Black; font : bold italic medium Arial, Helvetica, sans-serif; }

H5 { color : #33FFFF; font : normal small Arial, Helvetica, sans-serif; }

H6 { color : #000000; font : small Arial, Helvetica, sans-serif; }

/*  red/white lines */

.blue-line { background : #0033CC; }
.green-line { background : #339966; }

/*  Backgrounds */

.main-bg	{ background-color : #FFFFCC; }
.sidebar-bg	{ background-color : #0033CC; }
.menubar-bg	{ background-color : #339966; }

/*  Default Link Colours */

a:link 	    { color: #0000FF; }
a:visited 	{ color: #800080; }
a:active 	{ color: #0000FF; }
a:hover 	{ color: #0000FF; }

/* Sidebar */

a.sidebar:link     { color: #FFFFFF; text-decoration: none; font : normal italic xx-small Arial, Helvetica, sans-serif; }
a.sidebar:visited  { color: #FFFFFF; text-decoration: none; font : normal italic xx-small Arial, Helvetica, sans-serif; }
a.sidebar:active   { color: Yellow; text-decoration: none; font : normal italic xx-small Arial, Helvetica, sans-serif; }
a.sidebar:hover    { color: Yellow; text-decoration: none; font : normal italic xx-small Arial, Helvetica, sans-serif; }

/* Menubar */

a.menubar:link     { color: #CCCCCC; text-decoration: none; font :  italic x-small  Arial, Helvetica, sans-serif; }
a.menubar:visited  { color: #CCCCCC; text-decoration: none; font :  italic x-small  Arial, Helvetica, sans-serif; }
a.menubar:active   { color: #FFFFFF; text-decoration: none; font :  italic x-small Arial, Helvetica, sans-serif; }
a.menubar:hover    { color: #FFFFFF; text-decoration: none; font :  italic x-small Arial, Helvetica, sans-serif; }