				/* BODY ELEMENTS */

body 
{background-color: black; 
font-family: trebuchet MS}

				/* HEADINGS */

h1 
{color: powderblue;}

h2 
{color: powderblue;}

h3 
{color: powderblue;}

h4 
{color: powderblue;}

h5 
{color: powderblue;}

h6 
{color: powderblue;}

				/* PARAGRAPHS */

p
{color: powderblue;
font-family: trebuchet MS;
font-size: 100%}

				/* TABLES */

table 
{align="center";
border: black;
background-color: black; 
border-style: solid;
border-width: 0px;
font-family: trebuchet MS;
color: powderblue}
table tr#ROW1 {background-image:url(main logo.png)}

th
{align="center";
border: black; 
background-color: black; 
border-style: solid;
border-width: 0px;
color: powderblue}

td 
{font-family: trebuchet MS;
font-size: 100%;
color: powderblue;
padding: 0.10cm;
border: black;
background-color: black;
border-style: solid;
border-width: 0px}

.tablemargin
{margin: 5px}

				/* HORIZONTAL RULES */

hr 
{color:powderblue}

				/* ALIGNMENT */

.margin
{margin-left: 30px}

.left 
{text-align: left}

.center 
{text-align: center}

.right 
{text-align: right}

				/* FONT SIZE */

.pt8
{font-size: 8pt}

.pt10
{font-size: 10pt}

.pt12
{font-size: 12pt}

.pt14
{font-size: 14pt}

.pt16
{font-size: 16pt}

.pt18
{font-size: 18pt}

.pt20
{font-size: 20pt}
				
				/* LIST */

ul
{color: powderblue;
font-family: trebuchet MS;
font-size: 100%}

li
{color: powderblue;
font-family: trebuchet MS;
font-size: 100%}

				/* ID COLORS */

#black
{color: black}

#white
{color: white}

#darkgold
{color: darkgoldenrod}

#gold
{color: goldenrod}

#blue
{color: cornflowerblue}


				/* BORDER ELEMENTS */

.dotted {border-style: dotted}
.dashed {border-style: dashed}
.solid {border-style: solid}
.double {border-style: double}
.groove {border-style: groove}
.ridge {border-style: ridge}
.inset {border-style: inset}
.outset {border-style: outset}

				/* LINKS */

a:link {color: lime}
a:visited {color: red}
a:hover {color: yellow}
a:active {color: powderblue}