/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
//	STD_HOVE.CSS
//	StyleSheetHover for global formatting and standard font
//	by Robert Leh - microtools
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* active hyperlinks */
a:link { color#0000FF; text-decoration: none   }
a:visited { color:#0000FF; text-decoration: none ;}
a:active { color:#0000FF; text-decoration: none ; }
a:hover { color:#FF0000; text-decoration: underline;  }

 BODY { 
    scrollbar-base-color : #0066CC;
    scrollbar-arrow-color : #FFCC00; 
    
    }

/* cell definition 1 */
td.standard{ 
	font-family: Verdana, Arial, Helvetica, Geneva; 
	font-size: 10pt; 
	color:#000000;
}

/* cell definition 2 */
td.hint{ 
	font-family: Arial, Helvetica; 
	font-size: 10pt; 
	color:#000000;
}

/* cell definition 3 */
td.header{ 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 14pt; 
	color:#000000; 
	text-align:center; 
	font-weight:bold; 
}

/* cell definition 4 */
td.letter{ 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 16pt; 
	color:#0000FF;
	font-style: italic; 
	text-align:center;  
}

/* cell definition 5 Handys */
td.handys{ 
	font-family: Verdana, Arial, Helvetica, Geneva; 
	font-size: 8pt; 
	color:#666666;
}