body {
   background:	black;
   font-size:	16pt;
}

td {
   font-size:	16pt;
}

div.highlighter {
   background:	#ffff99;
}


h3.smaller {
   font-size:   115%;
   font-weight: bold;
   text-align:  left;
}


span.h1bigger {
   font-size:	200%;
   font-weight:	bold;
   text-align:	left;
   background:	transparent;
}

span.h1smaller {
   font-size:	100%;
   font-weight:	bold;
   text-align:	left;
   background:	transparent;
}

div.evan1 {
   font-size: 	25pt;
   font-weight:	bold
}

div.invisible {
   font-color:	white;
}

span.smaller {
   font-size:	75%;
}

span.tiny {
   font-size:	25%;
}

span.bigger {
   font-size:	125%;
}

span.minus1 {
   font-size: 90%;
}

span.f0 { font-size: xx-small; }
span.f1 { font-size: x-small; }
span.f2 { font-size: small; }
span.f3 { font-size: medium; }
span.f4 { font-size: large; }
span.f5 { font-size: x-large; }
span.f6 { font-size: xx-large; }
span.purple { color: purple; }
span.white { color: white; }
span.bold { font-weight: bold; }
td.centered, span.centered, p.centered, div.centered { text-align: center; }

img.centered {margin: auto}

a.body {
   color:blue;
   background-color:white;
}

a.hidden {
   color: white;
   background-color: black;
   text-decoration: none;
   visibility: hidden;
}
a.white {
   color:	white;
   background-color: black;
   text-decoration: 	none;
}
a.header,span.header {
   color:	LemonChiffon;
   text-shadow: 0px 4px 3px rgba(0,0,0,4),
                0px 8px 13px rgba(0,0,0,4),
                0px 18px 23px rgba(0,0,0,4);
   text-decoration: 	none;
}
   
   
a.white:hover, a.header:hover {
   color:	yellow;
}
   
td.cbold {
   font-size:	145%;
   font-weight:	bold;
   text-align:	center;
   valign:	middle;
   width:	33%
}

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

nothing {
   text-shadow: -1px 0 #000000,0 1px #000000,1px 0 #000000,0 -1px #000000; 
}


