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;
}

IMG.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 336;
    width: 384;
}

IMG.left {
	float: left;
	margin: 8;
}

IMG.right {
	float: right;
	margin: 8;
}

TABLE.armor {
	border-width: 2px;
	border-spacing: 0px;
	border-style: outset;
	border-color: #000000;
	border-collapse: separate;
}
