h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 20px;
	color: #FF0000;
}
h2 {
	font-size: 16px;
	color: #FF0000;
}
a {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
table.mallhours {
	table-layout:fixed;
	margin:0px auto;
}
table.mallhours tr {
	vertical-align:top;
}
table.mallhours td {
	font-size:11px;
	padding:3px;
}
table.mallhours th {
	font-size:12px;
	padding:3px;
	font-weight:normal;
	border:none;
	border-bottom:1px dotted #000000;
}
table.contact {
	table-layout:fixed;
	width:90%;
	margin:5px 20px;
}
table.contact tr {
	vertical-align:top;
}
table.contact td {
	padding:3px;
}
table.contact th {
	width:30%;
	text-align:right;
	padding:3px;
	border:none;
}
.small {
	font-size:11px;
}
.tiny {
	font-size:9px;
}
#datatable {
	table-layout:fixed;
	width:98%;
	margin:0px auto;
}
#datatable tr {
	vertical-align:top;
}
#datatable th {
	background-color:#FFFF00;
	text-align:left;
	border:1px solid #000000;
	padding:3px;
}
#datatable td {
	font-size:12px;
	padding:5px;
	border-bottom:1px dashed #000000;
	border-collapse:collapse;
}
#smalldatatable {
	float:right;
	table-layout:auto;
	width:195px;
	margin:0px 0px 10px 10px;
	border:1px solid #000000;
}
#smalldatatable tr {
	vertical-align:top;
}
#smalldatatable th {
	background-color:#FFFF00;
	border:1px solid #000000;
	padding:3px;
	font-size:12px;
	margin:0px;
}
#smalldatatable td {
	font-size:9px;
	padding:5px;
	border-bottom:1px dashed #000000;
	border-collapse:collapse;
}