
body { 
	font-family: Arial, sans-serif;
	font-size: 12pt;
	background-color: #FFCC00;
	scrollbar-face-color:       #FFFFFF;
	scrollbar-shadow-color:     #FFFFFF; 
	scrollbar-highlight-color:  #FFFFFF;
	scrollbar-3dlight-color:    #CCCCCC; 
	scrollbar-darkshadow-color: #CCCCCC;
	scrollbar-track-color:      #FFCC00; 
	scrollbar-arrow-color:      #CCCCCC;
}

h1	{font-family: Arial, sans-serif; font-size: 18pt; color: black; text-align: center;}

h3	{font-family: Arial, sans-serif; font-size: 14pt; color: white; text-align: left;}

td	{font-family: Arial, sans-serif; font-size: 12pt;}

b	{font-weight: bold;}

a:link  	{color: #006633; font-size: 100%; font-weight: bold; text-decoration: none;}
a:visited  	{color: #006633; font-size: 100%; font-weight: bold; text-decoration: none;}
a:active  	{color: #FF6600; font-size: 100%; font-weight: bold; text-decoration: none;}
a:hover  	{color: #FF6600; font-size: 100%; font-weight: bold; text-decoration: none;}

a.white:link  	{color: white; font-size: 100%; font-weight: bold; text-decoration: none;}
a.white:visited {color: white; font-size: 100%; font-weight: bold; text-decoration: none;}
a.white:active  {color: white; font-size: 100%; font-weight: bold; text-decoration: none;}
a.white:hover  	{color: white; font-size: 100%; font-weight: bold; text-decoration: none;}


