DIV.titlebar {
	background-color : #B0E0FF;
	color : Black;
}

A.titlebar {
	color : White;
	text-decoration : underline;
}

A:HOVER {
	border : thin solid blue;
}

A:VISITED.titlebar {
	color : white;
	text-decoration : underline;
}

BODY {
	background-color : white;
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11pt;
}
