/* $Source: /home/rick/Toastmasters/Daylighters.org/RCS/styles.css,v $
 * $Date: 2010/07/29 03:52:20 $ $Revision: 1.15 $ $State: Exp $
 *
 * Revision 1.11  2009/10/18 18:32:19  rick
 * Broken: h1 inside of #toolTip & p inside of #toolTip
 *         (They conflict with h1 & p outside of toolTip)
 */

#toolTip {
   border:1px solid #CCC;
   background-color:#FED61C;
   font-family: "Arial", "Helvetica", "Geneva", "Swiss", "sans-serif";
   width:300px;
   position:absolute;
   visibility: hidden;
   overflow: hidden;
   font-size: 12px;
   font-weight: normal;
   color:#000000;
}


h0, t0, h1, h2, h3, body, th, td, p, fp {
	font-family: "Arial", "Helvetica", "Geneva", "Swiss", "sans-serif";
}
h1, h2, h3 {
	font-weight: bold;
        color: #E93E3A;
}
h0 {
	font-size: 36pt;
}
t0 {
	font-weight: bold;
	font-size:12pt;
}
h1 {
	font-size: 20pt;
}
h2 {
	font-size: 16pt;
}
h3 {
	font-size: 12pt;
}
p {
	font-size: 12pt;
	color: black;
	/* background: white; */
}
fp {
	font-size: 10pt;
	color: black;
}
pre {
        font-family: "Courier", "fixed";
        font-size: 10pt;
}
a:link {
	color: #693E3A;
}
a:visited {
	color: #693E3A;
}
td {
	font-size: 12pt;
}
th {
	font-size: 12pt;
	font-weight: bold;
}

#toolTip h1 {
   display:block;
   font-size: 12px;
   font-weight: bold;
   margin:0px;
   padding:0px 2px;   
}

#toolTip p {
   margin:0px;
   padding:4px 2px;   
}
