BODY { 
  margin: 1em;
  font-family: Galaxy, Star-Trek, Galaxy BT, StarTrekFilmBT, FederationDS9Title, serif;
  line-height: 1.1;
  background: white;
  color: black; 
}

H1, H2, H3, H4 { margin-top: 1em; margin-bottom: 1em }
H5, H6 { margin-top: 1em }
H1, H2, H3, H4, H5  
	{ 
	text-align: center }
	
H1, H2, H4, H6 { font-weight: bold }
H3, H5 { font-style: italic }

H1 { font-size: 18pt}
H2 { font-size: 16pt}
H3 { font-size: 14pt}

.normal, .small, H1, H2, H3, H4, H5 
	{ 
	font-family: "Galaxy BT", "StarTrekFilmBT", "FederationDS9Title", Verdana, Helvetica, Sans-Serif; 
	color: #000000
	}

B, STRONG { font-weight: bolder }  /* relative to the parent */
I, CITE, EM, VAR, ADDRESS, BLOCKQUOTE { font-style: italic }
PRE, TT, CODE, KBD, SAMP { font-family: monospace }

PRE { white-space: pre }

ADDRESS { margin-left: 3em }
BLOCKQUOTE { margin-left: 3em; margin-right: 3em }

UL, DIR { list-style: disc }
OL { list-style: decimal }
MENU { margin: 0 }              /* tight formatting */
LI { margin-left: 3em }

DT { margin-bottom: 0 }
DD { margin-top: 0; margin-left: 3em }

HR { border-top: solid }        /* 'border-bottom' could also have been used */

A:link { color: #FF3333 }       /* unvisited link */
A:visited { color: #CC00CC }   /* visited links */
A:active { color: #3333FF }    /* active links */
A:hover { color: red }    /* active links */
/* setting the anchor border around IMG elements
   requires contextual selectors */

A:link IMG { border: 0px blue none}
A:visited IMG { border: 0px red none}
A:active IMG { border: 0px lime none}



A:link { color: blue }       /* unvisited link */
A:visited { color: darkblue }   /* visited links */
A:active { color: lime }    /* active links */

.normal 
	{  
	font-family: "Galaxy BT", "StarTrekFilmBT", "FederationDS9Title", Verdana, Helvetica, Sans-Serif; 
	font-size: 12pt; 
	text-align: center
	}

.small 
	{  
	font-family: "Galaxy BT", "StarTrekFilmBT", "FederationDS9Title", Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	}
	
.smallsmall 
	{  
	font-family: "Galaxy BT", "StarTrekFilmBT", "FederationDS9Title",Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt
	}
.xsmall 
	{  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 7pt
	}
img {border: none;}
