

/* CSS Document */
body {
	position:relative;
	text-align:center;
	background-color: #000000;
}

body.news {
	background-color: #fff;
}

#everything{
	width:700px;
	position:relative;
	margin: 0 auto 0 auto;
	text-align:left;
}


p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	/*line-height: 15px;*/
	padding: 0px;
}

.bold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 15px;
	font-weight: bold;
	color: #9e8011;
}

.navigation
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 0;
	line-height: 16px;
}

