BODY, TD {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size : 14px;
	color : black;
	scrollbar-face-color: #ACEB0C;
	scrollbar-shadow-color: #ACEB0C;
	scrollbar-highlight-color: #ACEB0C;
	scrollbar-3dlight-color: #CAFF00;
	scrollbar-darkshadow-color: #CAFF00;
	scrollbar-track-color: white;
	scrollbar-arrow-color: white;
}

A {
	color : blue;
	text-decoration : none;
}

A:hover {
	color : blue;
	text-decoration : none;
}

.title {
	font-size : 16px;
	color : blue;
	font-weight : bold;
}

.yellow {
	color : yellow;
	font-weight : bold;
}

.smaller {
	font-size : 10px;
	text-decoration : none;
}