body {
	background-color: #000000;
    scrollbar-3dlight-color: #000000;
	scrollbar-arrow-color: #0080ff;
	scrollbar-base-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-track-color: #000000;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

p {
	text-align: justify;
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
}

/*General site text*/
a:link, a:active, a:visited { font-family: Verdana; font-size: 11px; color: #ffffff; }
a:hover { font-family: Verdana; font-size: 11px; color: #b1b1b1; }

/*Coaster News and Site Updates*/
.news { font-family: Verdana; font-size: 11px; color: #ffffff; }
a.news, a.news:active, a.news:visited { color: #b1b1b1; }
a.news:hover { text-decoration: overline; }
.newsheader { text-decoration: underline; font-weight: bold; font-size: 12px; font-family: Times New Roman; color: #ffffff; }
a.newsheader, a.newsheader:active, a.newsheader:visited { text-decoration: underline; font-weight: bold; font-size: 12px; font-family: Times New Roman; color: #ffffff; }
a.newsheader:hover { text-decoration: underline; font-weight: bold; font-size: 12px; font-family: Times New Roman; color: #0080ff; }
.table { font-size: 11px; font-family: Verdana; color: #000000; }
.tableheader { font-weight: bold; font-size: 12px; font-family: Verdana; color: #000000; }
a.tableheader, a.newsheader:active, a.newsheader:visited { color: #ffffff; }
a.tableheader:hover { color: #0080ff; }
.specs { font-family: Times New Roman; font-size: 12px; color: #ffffff; }
a.specs, a.specs:active, a.specs:visited { text-decoration: underline; color: #ffffff; }
a.specs:hover { text-decoration: underline; color: #0080ff; }
.author	{ font-size: 9px; font-family: Verdana; color: #e0e0e0; }
a.author, a.author:active, a.author:visited	{ color: #006688; text-decoration: none; }
a.author:hover	{ color: orange; text-decoration: underline; }

/*Park Index and News Pages*/
.park { font-family: Verdana; font-weight: bold; font-size: 11px; color: #0080ff; }
.enlarge { font-family: Verdana; font-size: 11px; color: #0080ff; }
a.enlarge, a.enlarge:active, a.enlarge:visited { color: #0080ff; }
a.enlarge:hover { color: #ffffff; }

#main {
	background-color: #000000;
	float: left;
	width: 360px;
	border-collapse: collapse;
}

#center {
	float: center;
	text-align: center;
}

#left {
	text-align: left;
}