P  {
	background-color : Black;
	text-transform : capitalize;
}

H1  {
	border-width : thin;
	border-color : Lime;
	border-style : solid;
	text-align : center;
	text-transform : capitalize;
	text-decoration : underline;
	font-weight : bold;
}

H2  {
	border-width : thin;
	border-color : Lime;
	border-style : solid;
	text-align : center;
	text-transform : capitalize;
	text-decoration : underline;
	font-weight : bold;
}

H3  {
	border-width : thin;
	border-color : Lime;
	border-style : solid;
	text-align : center;
	text-transform : capitalize;
	text-decoration : underline;
	font-weight : bold;
}

A  {
	color : lime;
	text-align : left;
}

A:Visited  {
	color : Green;
}

A:Active  {
	color : red;
	font-weight : bold;
	font-style : italic;
}

A:Hover  {
	color : springgreen;
	font-weight : bold;
}

BODY  {
	background-color : Black;
	font-family : Arial;
	color : Gray;
	position : relative;
	visibility : visible;
	top : auto;
	left : auto;
	width : auto;
	height : auto;
	clip : auto;
}

table  {
	background-color : #202020;
	color : springgreen;
	position : relative;
	left : auto;
	top : auto;
	font-weight : bold;
	width : 660px;
	height : auto;
	text-align : center;
}

.tabletext  {
	text-align : left;
	background-color : #202020;
	color : Gray;
	font-size : small;
}

.update  {
	background-color : #202020;
}

.clear  {
	visibility : visible;
	background-color : Black;
	color : Gray;
}

sup  {
	color : Silver;
	position : relative;
	text-align : right;
}

.link  {
	valign : top;
	background-color : Black;
}

