body		{ background-color: #000000 ; 
                             color: #ffffff ;
                  background-image: url('backgnd_stars.gif') }

body         { font-size: 9pt; font-weight: normal ; font-family: Arial; line-height: 100%; margin-top: 0; margin-bottom: 0 }
p            { font-size: 9pt; font-weight: normal ; font-family: Arial; line-height: 100%; margin-top: 0; margin-bottom: 0 }

/* n.b. table font size alters nav button line spacing */
table        { font-size: 9pt; font-weight: normal ; font-family: Arial; line-height: 100%; margin-top: 0; margin-bottom: 0 }
//table        { font-style: normal; text-align: none; vertical-align: none }

h1           { color: rgb(150, 100,   0) }
h2           { color: rgb(150, 100,   0) }
h3           { color: rgb(150, 100,   0) }
h4           { color: rgb(150, 100,   0) }
h5           { color: rgb(150, 100,   0) }
h6           { color: rgb(150, 100,   0) }

h1           { font-size: 20pt; font-weight: bold  ; font-family: Arial; vertical-align: none; text-align: none }
h2           { font-size: 14pt; font-weight: bold  ; font-family: Arial; vertical-align: none; text-align: none }
h3           { font-size: 10pt; font-weight: bold  ; font-family: Arial; vertical-align: none; text-align: none }
h4           { font-size:  8pt; font-weight: bold  ; font-family: Arial; vertical-align: none; text-align: none }
h5           { font-size:  7pt; font-weight: bold  ; font-family: Arial; vertical-align: none; text-align: none }
h6           { font-size:  7pt; font-weight: normal; font-family: Arial; vertical-align: none; text-align: none }

h1           { line-height: 100%; margin-top: 0; margin-bottom: 0 }
h2           { line-height: 100%; margin-top: 0; margin-bottom: 0 }
h3           { line-height: 100%; margin-top: 0; margin-bottom: 0 }
h4           { line-height: 100%; margin-top: 0; margin-bottom: 0 }
h5           { line-height: 100%; margin-top: 0; margin-bottom: 0 }
h6           { line-height: 100%; margin-top: 0; margin-bottom: 0 }

ul           { line-height : 150%}
ul ul        { line-height : 150%}
ol           { line-height : 150%}
ol ol        { line-height : 150%}

br	     {clear : left   } /* line break forced to left side */
         img {float : left   } /* text wraps around left-forced imgs */
.floatr  img {float : center } 	// doesn't work
/* order mnemonic : Las Vegas Hell's Angels */
/* text-decoration: underline ; background-color: #000000 */
/* style for general links */
a                            { font-size: 9pt; font-weight: bold; font-style: normal; font-family: Arial; vertical-align: none; text-align: none }
a:link                       { color: #00cc00 ;font-weight: bold ; text-decoration: none }
a:link:visited               { color: #00cc00 ;font-weight: bold ; text-decoration: none }
a:link:hover                 { color: #00FF00 ;font-weight: bold ; text-decoration: underline }
a:link:active                { color: #00cc00 ;font-weight: bold ; text-decoration: none }

/* style for small nav links */
.class_nav2 a                { font-size: 8pt; font-weight: bold; font-style: normal; font-family: Arial; vertical-align: none; text-align: none }
.class_nav2 a:link           { color: #008800 ; text-decoration: none }
.class_nav2 a:link:visited   { color: #008800 ; text-decoration: none }
.class_nav2 a:link:hover     { color: #00FF00 ; text-decoration: underline }
.class_nav2 a:link:active    { color: #008800 ; text-decoration: none }

/* style for nav button links */
.class_nav1 a                { font-size: 9pt; font-weight: bold; font-style: normal; font-family: Arial; vertical-align: none; text-align: none }
.class_nav1 a:link           { color: #FFFFFF ; text-decoration: none }
.class_nav1 a:link:visited   { color: #FFFFFF ; text-decoration: none }
.class_nav1 a:link:hover     { color: #00FF00 ; text-decoration: none }
.class_nav1 a:link:active    { color: #FFFFFF ; text-decoration: none }

/*doesn't work ?
.class_nav1 td               { bgcolor : #ccaaaa } // for button background  */


marquee      { font-size: 9pt; font-weight: bold  ; font-style: normal; font-family: Arial; vertical-align: none; text-align: none }


/* optional
ul           { list-style-image: url('expbul1a.gif') }
ul ul        { list-style-image: url('expbul2a.gif') }
ul ul ul     { list-style-image: url('expbul3a.gif') }	*/


