
/* 
Created using Sheet Stylist 

  Created by : David R Hazlehurst
Date Created : 29-09-1997

Purpose/Notes:
This is just an example style sheet to get you started if you are new 
to css.   Try previewing this as applied to an html page of your choice, 
using the preview wizard.  Why have I called it blues and twos - dunno, 
seemed to fit (I just didnt want to name it "the blues" or similar, 
which I feel would be a little unoriginal)
*/
A:LINK{
	Color : #004040;
	Text-Decoration : underline;
	}


A:VISITED{
	Font-Weight : bold;
	Color : #004040;
	Text-Decoration : underline;
	}


B, STRONG{
	Color : black;
	Font-Size : 12pt;
	Font-Weight : bold;
	Font-Style : normal;
	}


BODY{
	Font : 12pt Arial;
	Color : black;
	Background-Image : url(../pictures/Light_Steel_Plate.jpg);
	Background-Color : WhiteSmoke;
	Text-Align : left;
	Margin : 15pt;
	}


H1{
	Font : Bold 30pt Arial;
	Background : transparent;
	Margin : 0px;
	Color : black;
	}


H2{
	Font : Bold 20pt Arial;
	Background : transparent;
	Margin : 0px;
	Color : black;
	}


H3{
	Font : Bold 18pt Arial;
	Background : transparent;
	Margin : 0px;
	Color : black;
	}


H4{
	Font : Bold 14pt Arial! important;
	Background : transparent;
	Margin : 0px;
	Color : black;
	}


H5{
	Font : Bold 10pt 'Arial Black', 'Times New Roman', sans-serif;
	Background : transparent;
	Margin : 0px;
	Color : black;
	}


I, CITE, EM, VAR, ADDRESS, BLOCKQUOTE{
	font-style : italic;
	}


LI{
	Font : oblique normal bolder 12pt/normal Arial;
	Color : black;
	Display : block;
	List-Style-Position : inside;
	List-Style-Type : square;
	White-Space : normal;
	}


P{
	Font : 12pt Tahoma;
	BackGround : transparent;
	Color : black;
	Text-Indent : 0px;
	Margin : 0px 0px;
	}


PRE, TT, CODE, KBD, SAMP{
	font-family : 'monospace';
	}


TD{
	font : 10pt 'Arial';
	color : #000099;
	border-style : dotted;
	}


UNREGISTERED{
	font-size : 100%;
	}


all.toctitle{
	Font-Family : Arial;
	Font-Size : normal;
	Font-Weight : bold;
	Color : Black ! important;
	Text-Align : left;
	}


all.tocsubtitle

all.tocbody{
	Font-Size : xx-large ! important;
	}


all.tocfooter{
	Font-Family : Arial ! important;
	Font-Size : small ! important;
	Font-Weight : bold;
	Color : #000000 ! important;
	}


all.tocbody{
	Font-Family : Arial;
	Font-Size : smaller;
	}
/* See the About box for registration instructions */