.PageTitle
{
    font-size: 24px;
	color: #990000;
	font-weight: bold;
}
.SectionTitle
{
	font-size: 12px;
	color: #008000;
}
.AttractionName
{
	font-size: 12px;
	color: #800000;
}
.FastPass 
{
	font-size: 12px;
	font-weight: normal;
	color: Yellow;
	font-style: italic;
}
.Font 
{
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.QuoteFont 
{
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #000000;
}
.SmallFont
{
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
A
{
	color: #B03B75;
}
A:link, A:visited, A:active	
{
	text-decoration:	none;
}	
A:Hover	
{	
	text-decoration: underline;
}