body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
H1 {
	font-size: 18px;
	font-weight: bold;
}
.tborder {
	border: 1px solid #666666;
}

a:link {
	text-decoration: none; font-weight: bold; color: #FF0000;
}
a:visited {
	text-decoration: none; font-weight: bold; color: #CC0000;
}
a:hover {
	text-decoration: underline; font-weight: bold; color: #FF0000;
}
a:active {
	text-decoration: none; font-weight: bold; color: #FF0000;
}

.cost {
	font-weight: bold;
	font-size: 10px;
	color: #00CC00;
}
.directions {
	font-weight: bold;
	font-size: 10px;
	background-color: #333333;
	color: #FFFFFF;
}
a.directions:link {
	font-weight: bold;
	font-size: 10px;
	background-color: #333333;
	color: #FFFFFF;
}
a.directions:hover {
	font-weight: bold;
	font-size: 10px;
	background-color: #999999;
	color: #000000;
}
a.directions:visited {
	font-weight: bold;
	font-size: 10px;
	background-color: #333333;
	color: #FFFFFF;
}
a.directions:active {
	font-weight: bold;
	font-size: 10px;
	background-color: #333333;
	color: #FFFFFF;
}

.nav {font-weight: bold; font-size: 11px; color: white;}
a.nav {color: white;}
a.nav:hover {color:red;}

.small {font-size: 10px; color: white;}
.bigger {font-size: 14px;}