BODY, TH, CAPTION  {
	font-family : Helvetica, Arial, sans-serif;
	margin-left : 12px;
	margin-right : 12px;
	background-color: White;
}

DIV  {
	font-family : Helvetica, Arial, sans-serif;
}

H1, H2, H3, H4, H5, H6  {
	font-family : Comic Sans MS, Verdana, Helvetica, Arial, sans-serif;
}

.Cool  {
	color : #ff0000;
	font-size : xx-large;
}

/* 
div:first-letter  {
	color : #ff0000;
	font-size : xx-large;
}
*/
hr  {
	color : Red;
}
.tblBorder {	
padding: 2px 4px 2px 4px;
border: 4px solid #660000;
}


.rowBorder td{	
padding: 5px 10px 10px 10px;
border: 1px solid #660000;
}

.reminder  {
	color : #096;
	font-weight : bold;
	background : transparent;
	text-align : Left;
	margin-left : 12px;

}

/* =====================================================
 CSS so that a table cell highlights when hovered over.
 
 ===================================================== */
 
table.tblNav {
   border-collapse: collapse;
}
table.tblNav td {
   border: 1px solid black;
}
table.tblNav td a{
   display: block;
   width: 150px;
   padding: 3px;
   text-decoration: none;
}
table.tblNav td a:link, table.navbar td a:visited {
   color: #FFF;
   background-color: #666666;
}
table.tblNav td a:hover, table.navbar td a:active {
   color: #FFFFFF;
   background-color: #996600;
}