@charset "UTF-8";
.specialtable {
}
.specialtablecell {
	margin: 5px;
	padding: 5px;
	color: #FFFF66;
	background-color: #000000;
	text-align: center;
}
.hourprice {
	color: #FFFF33;
	font-size: 48px;
}
.specialtext1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #FFFF33;
}
.textlinks1 {
	color: #FF9933;
	list-style-position: outside;
	list-style-type: disc;
	font-style: normal;
	text-decoration: none;
	font-weight: bolder;
	text-align: center;
	margin: 5px;
	padding: 5px;
}
a:link {
	text-decoration: none;
	color: #FFFF00;
}
a:visited {
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	text-decoration: none;
	color: #33FFFF;
}
a:active {
	text-decoration: none;
	color: #66FFFF;
}
