body 
{
	background-color: #252525;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	color: #ccc;
}

a:link 
{
	color: #FFF;
}

a:visited 
{
	color: #FFF;
}

a:hover 
{
	color: #FF0;
}

a:active 
{
	color: #FFF;
}

.contentTitle
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}

.paragraphTitle
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 13px;
	color: #ffffff;
}

.secondaryTitle
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 13px;
	color: #ffffff;
	text-decoration: underline;
}


#content
{
	padding: 10px; 
	height: auto;
}

