P  {
	color : White;
}

H1  {}

H2  {}

H3  {}

A  {
	color : White;
}

TD  {
	color : White;
}

A:Visited  {
	color : white;
	font-style : normal;
}

A:Active  {
	color : Silver;
}

A:Hover  {}

BODY  {
	background-color : Black;
	color : White;
	font-size : medium;
	font-family : sans-serif;
}

.black  {
	color : Black;
	font-size : medium;
	font-family : sans-serif;
}

.centertitle  {
	font-size : x-large;
	text-align : center;
	font-weight : bold;
	font-family : sans-serif;
}
.centertitle1  {
	font-size : large;
	text-align : center;
	font-weight : bold;
	font-family : sans-serif;
}
.centertitle2  {
	font-size : medium;
	text-align : center;
	font-weight : bold;
	font-family : sans-serif;
}
.title  {
	font-size : small;
	text-align : center;
	font-weight : bold;
	font-family : sans-serif;
}
.index1  {
	font-size : x-small;
	text-align : center;
	font-family : sans-serif;
}
.index2  {
	font-size : xx-small;
	text-align : center;
	font-family : sans-serif;
}
.right  {
	color : Black;
	text-align : right;
	font-family : sans-serif;
}
.white  {
	color : White;
	font-family : sans-serif;
}
.small  {
	font-size : small;
	font-family : sans-serif;
}
