BODY {font-family: Times New Roman; font-size: 11pt; font-weight: normal; color: #000000; margin-left: 5%}
TD {font-family:Times New Roman; font-size: 11pt; font-weight: normal; color: #000000;}
TH {font-family:Times New Roman; font-size: 11pt; font-weight: normal; color: #000000;}


A:hover {font-family:Times New Roman; color: #007FFFF; font-weight: bold; }
A:visited {font-family:Times New Roman; font-weight: bold; color: #800040; text-decoration: underline }
A:roll {font-family:Times New Roman; color: #FFFFFF; font-weight: bold; }
A:active {font-family:Times New Roman; color: #808080; font-weight: bold; text-decoration: underline }
A:link {font-family:Times New Roman; color: #000099; font-weight: bold; text-decoration: none }

/* pop up hint box */
#hintbox{ 
position:absolute;
top: 0;
background-color: lightyellow;
width: 300px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 10px Tahoma;
line-height:15px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}