BODY { 
  	margin: 1em;
  	font-family: Galaxy, Star-Trek, Galaxy BT, StarTrekFilmBT, FederationDS9Title, serif;
	background: black url(bilder/all.jpg);
	color: white; 
}

H1, H2, H3, H4, H5, H6, P, UL, OL, DIR, MENU, DIV, 
DT, DD, ADDRESS, BLOCKQUOTE, PRE, BR, HR, FORM, DL { 
  display: block }

B, STRONG, I, EM, CITE, VAR, TT, CODE, KBD, SAMP, 
IMG, SPAN { display: inline }

LI { display: list-item }

H1, H2, H3, H4 { margin-top: 1em; margin-bottom: 1em }
H5 { 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}
H4 { font-size: 13pt}
H4 { font-size: 12pt}

.normal, .small, H1, H2, H3, H4, H5 
	{ 
	font-family: "Galaxy BT", "StarTrekFilmBT", "FederationDS9Title", Verdana, Helvetica, Sans-Serif; 
	color: #FFFFFF
	}
.black
	{ 
	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 }

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

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

A:link { color: #0080FF; }       /* unvisited link */
A:visited { color: #0080FF; }   	/* visited links */
A:active { color: #FF0000; }    	/* active links */
A:hover { color: #FF0000; }
/* setting the anchor border around IMG elements
   requires contextual selectors */

a.menu { display:; margin-bottom:3px; text-align:center; width:16ex;
         border-style:ridge; border-width:0px; padding:1px; text-decoration:none; }

a.menu:link    { color:#FF3333; background-color:transparent; }
a.menu:visited { color:#FF3366; background-color:transparent; }
a.menu:hover   { color:#0080FF; background-color:#FF0000; }
a.menu:active  { color:#0080FF; background-color:#FF0000; }

.normal {  font-size: 11pt; color: #FFFFFF; text-align: justify;}
.big {font-size: big; color: #FFFFFF;}
.small {  font-size: small; color: #FFFFFF;}
.smallsmall {   font-size: x-small;}
.xsmall {  font-size: x-small;}
img {border: none;}