BODY {
	background-color: #FF6600;
	text-align: center;
}
     A:link { text-decoration: none; color: #FFFFFF}
	 A:visited {
	text-decoration: none;
	color: #FF6600;
	font-size: 8px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
	 A:active {
	color: #FFFFCC;
	font-family: Tahoma;
	font-size: 8px;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
}
	 A:hover {
	color: #CC0000;
	font-weight: bold;
	text-decoration: underline;
}
.h1 {
	font-family: Tahoma;
	font-size: 8px;
	font-weight: bold;
	color: #FFFFCC;
	line-height: normal;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
