a{text-decoration:none}
a:hover{text-decoration: underline;}
a:link { color: black }
a:visited { color: black }
a:hover { color: #ff6600 }
a:active { color: #ff6600 }

a.wit:link { color: white }
a.wit:visited { color: white }
a.wit:hover { color: #ff6600 }
a.wit:active { color: #ff6600 }

h1, h2, h3 {
            text-align: center;
            font-family: Arial;
	    font-weight: bold;
            margin-bottom: 0px;
}
h1 { font-size: 16px }
h2, h3 { font-size: 14px }

#dhtmltooltip{
position: absolute;
width: 150px;
border: 1px solid silver;
padding: 1px;
font-family: Arial;
font-size: 11px;
background-color: #FFFFFF;
visibility: hidden;
z-index: 100}
