A:link{
	text-decoration:none;
	color:teal;
}
A:visited{
	text-decoration:none;
	color:olive;
}
A:active{
	text-decoration:underline;
	color:crimson;
}
A:hover{
	text-decoration:underline
}
P{
	line-height:110%;
	font-size:11pt
}
TD{
	line-height:110%;
	font-size:11pt;
}
LI{
	font-size:11pt;
	line-height:140%;
}
BODY{
	scrollbar-track-color: white;
	scrollbar-face-color: white;
	scrollbar-shadow-color: black;
	scrollbar-darkshadow-color: black;
	scrollbar-highlight-color: black;
	scrollbar-3dlight-color: black;
	scrollbar-arrow-color: black;
}
