a. { color: silver; text-decoration: none }
/*NAVIGATION MENU TYPE*/
 
/* class nav is the top menu for navigation bar on black (type is =
10pt)*/
/* class whiteswitch is the menu for navigation bar on white at the =
bottom
*/
P { font-size: 10pt; text-decoration=3Dnone; font-weight:normal; =
word-spacing:
1pt; letter-spacing: 1pt;  font-family:verdana,sans-serif }
a.nav:link { color: grey; text-decoration: none }
a.nav:active { color: grey; text-decoration: none }
a.nav:hover { color: #669999; text-decoration: none }
a.nav:visited { color: #cccccc; text-decoration: none }
a.whiteswitch:link {color:#CCCCCC; text-decoration: none}
a.whiteswitch:active {color:grey; text-decoration: none}
a.whiteswitch:hover {color:#669999; text-decoration: none}
a.whiteswitch:visited {color:grey; text-decoration: none} 


/*BODY TYPE */
/* class body is content body white text */
/* class bodylink is for links within the body*/
/* class boldlink is for bold links within the body*/

/*this is how you make all your text white (assuming that you are good =
and using tables) */
td { font-size: 12pt; font-family:verdana,sans-serif; color:grey}

span.nav { font-size:50pt }




B { font-size: 12pt; text-decoration=3Dnone; =
font-family:verdana,sans-serif}

a.bodylink:link { color: white; text-decoration: none }
a.bodylink:active { color: silver; text-decoration: none }
a.bodylink:hover { color: #3b3b4a; text-decoration: none }
a.boldlink:link { color: white; font-weight:bold; text-decoration: none }
a.boldlink:active { color: silver; font-weight:bold; text-decoration: none }
a.boldlink:hover { color: #3b3b4a; font-weight:bold; text-decoration: none }

/* H1  is a page header with gray background text*/
/* H2  is a subject header within the body*/
/* I need an emphasis font */
H1 { font-size:12pt; background: gray; font-family: verdana; }
H2 { font-size: 12pt; font-weight:bold; font-family: verdana; =
word-spacing:
1pt; }
.seagreen { color: #669999 }
.white { color: white }
.bold { font-weight:bold; }



 

