P  {
	font-size : medium;
	font-family : serif;
	font-weight : bold;
	font-style : normal;
	color : Green;
	text-decoration : none;
	text-align : center;
}

H1  {
	font-size : x-large;
	font-family : serif;
	font-weight : bold;
	font-style : normal;
	color : Navy;
	text-decoration : none;
	text-align : center;
}

H2  {
	font-size : medium;
	font-family : serif;
	font-weight : bold;
	font-style : normal;
	color : Black;
	text-decoration : none;
	text-align : center;
}

H3  {
	font-size : medium;
	font-family : serif;
	font-weight : bold;
	font-style : normal;
	color : Green;
	text-decoration : none;
	text-align : center;
}

A  {
	font-size : medium;
	font-family : serif;
	font-weight : bold;
	font-style : normal;
	color : Blue;
	text-decoration : none;
}

A:Visited  {
	font-size : medium;
	font-family : serif;
	font-weight : bold;
	font-style : normal;
	color : Blue;
	text-decoration : none;
}

A:Active  {
	font-size : medium;
	font-family : serif;
	font-weight : bold;
	font-style : normal;
	color : Blue;
	text-decoration : none;
	text-align : center;
	font : no-underline;
}

A:Hover  {
	font-size : medium;
	font-family : serif;
	font-weight : bold;
	font-style : normal;
	color : Red;
	text-decoration : none;
	font : no-underline;
}

BODY  {
	font-size : small;
	font-family : serif;
	font-weight : bold;
	font-style : normal;
	color : Teal;
	text-decoration : none;
	text-align : center;
	float : none;
	clear : none;
	background-color : Yellow;
}

.first  {
	border-top : ridge;
	border-left : ridge;
	position : relative;
}

.last  {
	border-bottom : ridge;
	border-right : ridge;
}

LI  {
	font-family : serif;
	font-size : medium;
	color : #ffffff;
	position : relative;
}

TD  {
	font-family : serif;
	font-size : small;
	text-align : center;
}

TH  {
	font-family : serif;
	font-size : small;
	font-weight : bold;
	color : #FF0000;
	background : #FFFF00;
	text-align : center;
	position : relative;
}

