HTML
{
  overflow: -moz-scrollbars-vertical !important;
}

BODY, P, DIV, TD, TH, H1, H2, H3, H4, H5, H6, INPUT, TEXTAREA, SELECT, OPTION
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
}

BODY, P, DIV, TD, TH, H1, H2, H3, H4, H5, H6
{
	margin: 0px;
	padding: 0px;
}

H1
{
	font-size: 22px;
	color: white;
	font-weight: normal;
}

IMG, TABLE
{
	border: none;
}

TD, TH
{
	text-align: left;
}

FORM
{
	display: inline;
}

BODY
{
	background-color: white;
}

.a
{
	color: #b4e6f8;
}

A:link, A:visited
{
	color: #b4e6f8;
	text-decoration: none;
}
	
A:hover, A:visited:hover
{
	color: white;
	text-decoration: underline;
}

.blacklinks
{
	color: black;
}

A.blacklinks:link, A.blacklinks:visited
{
	color: black;
	text-decoration: none;
}
	
A.blacklinks:hover, A.blacklinks:visited:hover
{
	color: black;
	text-decoration: underline;
}

.fakelink
{
	cursor: pointer; cursor: hand;
}

.usercontent p
{
	margin-bottom: 8px;
}

.usercontent h1
{
	margin-bottom: 8px;
}

#disclaimer {
	margin:10px 0 0 0;
	padding:0;
	text-align:center;
}
