BODY, TD {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size : 10px;
	color : Black;
}

A {
	color : Blue;
	text-decoration : none;
}

A:Hover {
	color : navy;
	text-decoration : underline;
}

.title {
	font-size : 14px;
	color : navy;
	font-weight : bold;
	text-decoration : underline;
}

