#TOC {  margin: 0px;  display: inline;  border-style: none;}
#TOC a.:link {  color:black; text-decoration:none}
#TOC a:visited {  color:black; text-decoration:none}
#TOC a:hover {  color:black; text-decoration:underline}
#TOC a:active {  color:black; text-decoration:underline}
#TOC li.H1 {  font: normal normal normal 14pt arial,Comic Sans MS,verdana,georgia,;  list-style-type: none;  margin-left: 0px;}
#TOC li.H2 {  font: normal normal normal 12pt arial,Comic Sans MS,verdana,georgia,;  list-style-type: none;  line-height:16px;  margin-left: 10px;}
#TOC li.H3 {  font: normal normal normal 10pt arial,Comic Sans MS,verdana,georgia,;  list-style-type: none;  line-height:16px;  margin-left: 20px; }
#TOC li.H4 {  font: italic normal normal 10pt arial,Comic Sans MS,verdana,georgia,;  list-style-type: none;  line-height:16px;  margin-left: 30px; }
#TOC li.H5 {  font: italic normal normal 10pt arial,Comic Sans MS,verdana,georgia,;  list-style-type: none;  line-height:16px;  margin-left: 40px; }
#TOC li.H6 {  font: italic normal normal 10pt arial,Comic Sans MS,verdana,georgia,;  list-style-type: none;  line-height:16px;  margin-left: 50px; }

DIV#divMenuBar { background-color:#6699CC; }
TABLE#tblMenuBar TD { font-size:9pt; color:white; padding:8x 4px 8px 4px; cursor:default; }
TABLE#tblMenuBar TD.clsMenuBarItem { font-weight:normal; cursor:hand; font-size:9pt; }
	
DIV.clsMenu { 
 font-size:9pt; background-color:'#6699CC'; 
 position:absolute; visibility:hidden; width:250px; 
 padding:4px 4px 4px 4px; border-left:1 white solid; border-top:1 white solid; 
}

DIV.clsMenu A { text-decoration:none; color:white; font-weight:normal; font-size:100%; }

DIV.clsMenu A:hover { color:yellow; font-size:9pt; }

BUTTON { font-family:verdana; font-size:9pt; }
textarea { font-family:arial,verdana; font-size:9pt; }

a:link    {text-decoration: none; color: "black"}
a:active  {text-decoration: none; color: "black"}
a:visited {text-decoration: none; color: "black"}
a:hover   {text-decoration: none; color: "blue"}
P.sb      {float: left; color: blue}
.yellowbutton { background-color: yellow }

BODY {font-family: Arial,Verdana,Helvetica; font-style: normal}
P {font-family: Arial; margin-left: 2px; margin-right: 2px; margin-top: 2px
UL {font-family: Arial; }
OL {font-family: Arial; }
H2 {font-family: Arial; color='black'}
table {font-family: Arial,Verdana,Helvetica; font-style: normal}
th {cursor: default}

.done {font-family: Arial,Verdana,Helvetica; font-style: normal; color='red'}
.inprogress {font-family: Arial,Verdana,Helvetica; font-style: normal; color='blue'}
.norm {font-family: Arial,Verdana,Helvetica; font-style: normal; color='black'}
.cover {background: lightblue; color: black}
.rover {background: yellow; color: black}
.TDA {text-align: right; font-size: 9pt}
.small_size {font-size: 9pt}

/*
<p class="introduction">A</p><p> long time ago…</p>
You do need to use a new <p> tag after the <p class> tag, otherwise, you will lose your <p> formatting. While the above CSS code does work, I tweaked it a bit to look more aesthetically pleasing. 
*/

p.introduction:first-letter {
 font-size: 44px;
 float: left; 
color: #D4D4C7;
 line-height: 35px;
 padding-top: 3px; 
 padding-right: 3px;
 font-family: Times, serif, Georgia;
}


/*

//acronym, abbr, span.caps { font-size: 0.9em; letter-spacing: .07em; }
acronym, abbr, span.caps { cursor: help; }
acronym, abbr { border-bottom: 1px dashed #999; }

.chasm { font-family: Short Hand, PP Handwriting, Jokerman LET, Chasm, courier, ariel;  font-size: 14 pt; }

// this is an example page. Real-use cases should never have inline CSS like this. ;) 

.dialog {
 width:67%;
 margin:0px auto;
 min-width:20em;
 color:#fff;
}

.dialog .hd .c,
.dialog .ft .c {
 font-size:1px; /* ensure minimum height */
 height:13px;
}

.dialog .ft .c {
 height:14px;
}

.dialog .hd {
 background:transparent url(tl.gif) no-repeat 0px 0px;
}

.dialog .hd .c {
 background:transparent url(tr.gif) no-repeat right 0px;
}

.dialog .bd {
 background:transparent url(ml.gif) repeat-y 0px 0px;
}

.dialog .bd .c {
 background:transparent url(mr.gif) repeat-y right 0px;
}

.dialog .bd .c .s {
 margin:0px 8px 0px 4px;
 background:#000 url(ms.jpg) repeat-x 0px 0px;
 padding:1em;
}

.dialog .ft {
 background:transparent url(bl.gif) no-repeat 0px 0px;
}

.dialog .ft .c {
 background:transparent url(br.gif) no-repeat right 0px;
}


/* content-specific */

.dialog h1 {
 /* header */
 font-size:2em;
 margin:0px;
 padding:0px;
 margin-top:-0.6em;
}

.dialog p {
 margin:0.5em 0px 0px 0px;
 padding:0px;
 font:0.95em/1.5em arial,tahoma,"sans serif";
}


*/
