DIV.titlebar {
	background-color : RGB(181, 231, 255);
	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;
}

IMG.left {
	float: left;
	margin: 8;
}

IMG.right {
	float: right;
	margin: 8;
}
