
body {
background-color: #000000;
color: #ffffff;
font-family: verdana
}


a:link { color: #CDAD00 }  /* gray */
a:active { color: #CDAD00 }  /* gray */ 
a:visited { color: #CDAD00 }  /* gray */
a:hover { color: #ffd700; font-weight: bold }


a {
text-decoration: none
}

.gold1_80 { color: gold; font-size: 80% }  /* gold */

p.i_gold1_50 { font-style: italic; font-size: 65%; color: #FFD700 }  /* gold */

.fsz400 { font-size: 400% }

.b400 { font-weight: bold; font-size: 400% }

.b375 { font-weight: bold; font-size: 375% }

.b350 { font-weight: bold; font-size: 350% }

.fsz350 { font-size: 350% }

.b250 { font-weight: bold; font-size: 250% }

.fsz175 { font-size: 175% }

.fsz150 { font-size: 150% }

.b125 { font-weight: bold; font-size: 125% }

.b110 { font-weight: bold; font-size: 110% }

.fsz110 { font-size: 110% }

.fsz100 { font-size: 100% }  /* base size for parent */

.fsz90 { font-size: 90% }

.fsz85 { font-size: 85% }

.fsz80 { font-size: 80% }

.i85 { font-style: italic; font-size:  85% }

.i85b { font-style: italic; font-weight: bold; font-size: 85% }

.i80 { font-style: italic; font-size: 80% }

.i80 { font-style: italic; font-size: 80% }

.80b { font-weight: bold; font-size: 80% }

.fsz75 { font-size: 75% }

.fsz70 { font-size: 70% }

.b65 { font-weight: bold; font-size: 65% }

.65b { font-weight: bold; font-size: 65% }

.gold65 { font-size: 65%; color: #CDAD00 }

.gray65b { font-weight: bold; font-size: 65%; color: #808080 }

.gold65b { font-weight: bold; font-size: 65%; color: #CDAD00 }

.gold65i { font-style: italic; font-size: 65%; color: #CDAD00 }

.b70 { font-weight: bold; font-size: 70% }

.red70 { color: #ff0000; font-size: 70% }

.red70b { color: #ff0000; font-size: 70%; font-weight: bold }

.red75b { color: #ff0000; font-size: 75%; font-weight: bold }

.redi80 { color: #ff0000; font-style: italic; font-size: 80% }

.ired70 { color: #ff0000; font-style: italic; font-size: 70% }

.b75 { font-weight: bold; font-size: 75% }

.ib75 { font-style: italic; font-weight: bold; font-size:  75% }

.i80b { font-style: italic; font-weight: bold; font-size:  80% }

.75ib { font-style: italic; font-weight: bold; font-size:  75% }

.b85 { font-weight: bold; font-size: 85% }

.85b { font-weight: bold; font-size: 85% }

.gray85b { font-weight: bold; font-size: 85%; color: #808080 }

.ib85 { font-style: italic; font-weight: bold; font-size:  85% }

.b90 { font-weight: bold; font-size: 90% }

.90b { font-weight: bold; font-size: 90% }

.fsz65 { font-size: 65% }

.fsz60 { font-size: 60% }

.gray55 { font-size: 55%; color: #808080 }

.gray55i { font-size: 55%; color: #808080; font-style: italic }

.fsz50 { font-size: 50% }

.fsz40 { font-size: 40% }

.fsz35 { font-size: 35% }

.fsz30 { font-size: 30% }

.fsz25 { font-size: 25% }

.fsz20 { font-size: 20% }

.fsz15 { font-size: 15% }

.i65 { font-style: italic; font-size: 65% }

.i60 { font-style: italic; font-size: 60% }

.i70 { font-style: italic; font-size: 70% }

.i75 { font-style: italic; font-size: 75% }

.65i { font-style: italic; font-size: 65% }

.60i { font-style: italic; font-size: 60% }

.70i { font-style: italic; font-size: 70% }

.75i { font-style: italic; font-size: 75% }


* * *

/* Style (Property) Definitions */

/* Font Properties: */

/* ----------------- */

/* Font Color */

/* insert hex code for desired color */

.fcl black { font-color: #000000 }
.fcl white { font-color: #FFFFFF }
.fcl ltgray { color: #808080 }




.i { font-style: italic }

/*  Sample Usage  

<span class=i>This text in italics </span>

*/

i { font-style: italic }

/*  Sample Usage  

<i>This text in italics </i>

b { font-weight: bold }

b.60 { font-weight: bold; font-size: -2 }



*/

.b { font-weight: bold }

.ib { font-style: italic; font-weight: bold }

.ib85 { font-style: italic; font-weight: bold; font-size:  85% }

/*  Sample Usage  

<span class=i_b>This text in italics and bold </span>

*/

* * *

/* font-family: */

.red-imp120 { color: #ff0000; font-family: impact; font-size: 120% }

.red-imp160 { color: #ff0000; font-family: impact; font-size: 160% }

.red-imp175 { color: #ff0000; font-family: impact; font-size: 175% }

.wht-imp200 { color: #ffffff; font-family: impact; font-size: 200% }

.wht-imp175 { color: #ffffff; font-family: impact; font-size: 175% }

.ffy_imp_blk_160 { font-family: impact; font-size: 160%; color: #000000 }

/* impact font face not properly legible at 150% */


.ffy_imp_190 { font-family: impact; font-size: 190% }

.ffy_imp_blk_190 { font-family: impact; font-size: 190%; color: #000000 }

.ffy_imp_225 { font-family: impact; font-size: 225% }


.verd { font-family: verdana }

/*  Sample Usage  

<div class=verd>Sets font verdana for text enclosed between div tags  </div>

*/

* * *

Table Styles

td.ltgray { background-color: #808080 } /* <td class=ltgray>content here</td> */

tr.ltgray { background-color: #808080 } /* <tr class=ltgray>content here</tr> */



* * *

/* Color & Background Properties: */


.bcl


.ltgray { background-color: # }
<span class=ltgray></span>
<div class=ltgray></div>


.mdgray { background-color: #}

.dkgray { background-color: #}

.bgc_mdgray { background-color: #666666 }

.bgc_dkgray { background-color: #999999 }

.bgc_black { background-color: #000000 }

.strike { text-decoration: line-through }

* * * 

.i100 { font-style: italic; font-size: 100% }

/*  Sample Usage  

<span class=i70>This text in italics that are 70% the size of the font parent</span>

*/

------------------------------

/*

There are two ways to get text that is italic, and 70% of the base parent:


1. This declaration:

i.70 { font-style: “italic”; font-size: “70%” }

Would produce this code:

<i class=70>This text in italics that are 70% the size of the font parent</i>

2. And this declaration:

.i70 { font-style=“italic”; font-size=“70%” }

Would produce this code:

<span class=i70>This text in italics that are 70% the size of the font parent</span>

Take your pick.

--------------------------------

* * *

.i_b_purp_100 { font-style: italic; font-weight: bold; color: #996699; font-size: 100% }

/* 996699 = purple */

.bluei80b { font-style: italic; font-weight: bold; color: #0000FF; font-size: 80% }

.bluei80 { font-style: italic; color: #0000FF; font-size: 80% }

.blue80b { font-weight: bold; color: #0000FF; font-size: 80% }

.blue80b { font-weight: bold; color: #0000FF; font-size: 80% }

.blue80 { color: #0000FF; font-size: 80% }

/* 0000FF = blue */

b { font-weight: bold }

p.i { font-style: italic }

.i { font-style: italic }

p.b { font-weight: bold }

.b { font-weight: bold }

.bred120 {  font-weight: bold; color: #ff0000; font-size: 120% }

.bred110 {  font-weight: bold; color: #ff0000; font-size: 110% }

.bred85 {  font-weight: bold; color: #ff0000; font-size: 85% }

.bred70 {  font-weight: bold; color: #ff0000; font-size: 70% }

.bred65 {  font-weight: bold; color: #ff0000; font-size: 65% }

.bred {  font-weight: bold; color: #ff0000 }

.ired {  font-style: italic; color: #ff0000 }

* * *

hr.gray80 { color: #808080; width: 80%; height: 3px; margin-left: 0% }

hr.gray50 { color: #808080; width: 50%; height: 3px; margin-left: 0% }

hr.gray25 { color: #808080; width: 25%; height: 3px; margin-left: 0% }


* * *

marquee { scroll-delay: 1; scroll-amount: 75; width: 40%; font-size: 12pt; color=#808080; behavior: scroll; text-transform: uppercase }

.marquee2 { text-decoration: marquee; width: 60%; font-size: 22px; color=#808080; behavior: scroll; text-transform: uppercase }

blink { text-align: center; font-size: 12pt; color: #808080; text-transform: uppercase }


* * *

TEXT PROPERTIES

.c { text-align: center }

.jfy { text-align: justify}



a { text-decoration: none }

div.l { text-align: left }
div.r { text-align: right }
div.c { text-align: center }

body { background: #000000; color: #ffffff; font-family: verdana }

marquee { scroll-delay: 1; scroll-amount: 75; width: 40%; font-size: 12pt; color=#808080; behavior: scroll; text-transform: uppercase }

.marquee2 { text-decoration: marquee; width: 60%; font-size: 22px; color=#808080; behavior: scroll; text-transform: uppercase }

blink { text-align: center; font-size: 12pt; color: #808080; text-transform: uppercase }

.headgray22pxital { font-size: 22px; font-style: italic; color: #808080 }

.headgray42pxbold { font-size: 42px; font-weight: bold; color: #808080 }

.medium9ptboldital { font-size: 9pt; font-weight: bold; font-style: italic }

.fine1 { font-size: 6pt }

.fine2 { font-size: 7pt }

.fine3 { font-size: 8pt }

.fine1ital { font-size: 6pt; font-style: italic }

.fine2ital { font-size: 7pt; font-style: italic }

.fineprint3ital { font-size: 8pt; font-style: italic }

.fine2LHeight100pct { font-size: 7pt; line-height: 100% }

.fine2LHeight150pct { font-size: 7pt; line-height: 150% }

.fine3LHeight100pct { font-size: 8pt; line-height: 100% }

hr.gray-80pct { color: #808080; width: 80%; height: 3px; margin-left: 0% }

hr.gray-50pct { color: #808080; width: 50%; height: 3px; margin-left: 0% }

hr.gray-25pct { color: #808080; width: 25%; height: 3px; margin-left: 0% }

.gray { color: #808080 }

.gray-center { text-align: center; color: #808080 }

.purple { color: #996699 }

.bold1 { font-weight: bold }