BODY {
	background: White;
	color : Black;
	font-family : Arial, sans-serif;
	font-size: 14px;
	text-align: justify;
}

H2 {
	font-size: 14pt;
	color: #87CEFA;
}

H3 {
	font-size: 13pt;
	color: #7FFFD4;
}

H4 {
    font-size: small;
	font-variant: small-caps;
	font-weight: bold;
	color : white;
	}

A {
	text-decoration: none;
	color: Gray;
}

A:Hover {
	text-decoration: underline;
	color: White;
	background-color : Silver;
}

HR {
	color: #87CEFA;
	height: 1pt;
}

.Nest {
	padding-left : 10;
}

.hlight {
	color: yellow;
	background-color : #87CEFA;
	font-weight : bold;
	font-family : "MS Serif", "New York", serif;
	font-size : 15pt;
}

.IndexTable {
	font-size: 12pt;
	color: #87CEFA;
	background-color : white;
	padding-left : 10;
}
