body
{
	background-color: #ccc;
	color: #000;
	font-family: verdana, arial, sans-serif;
}

.nav_top
{
	color: #fff;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	text-align: center;
}

.nav_top a
{
	color: #fff;
	text-decoration: none;
}

.nav_top a:hover
{
	color: #ccc;
	text-decoration: none;
}

.nav_bottom
{
	padding: 16px;
	color: #000;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	text-align: center;
}

.nav_bottom a
{
	color: #000;
	text-decoration: none;
}

.nav_bottom a:hover
{
	color: #039;
	text-decoration: none;
}

.advert
{
	margin: 14px;
	margin-top: -24px;
	color: #000;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	text-align: center;
}

.advert img
{
	border: 3px;
	border-color: #000;
	border-style: solid;
}


.content
{
	background-color: #fff;
	border: 3px;
	border-style: solid;
	padding: 16px;
	color: #000;
	font-family: verdana, arial, sans-serif;
	font-size: 9px;
	line-height: 16px;
	margin-bottom: 16px;
}

.content h1
{
	font-size: 14px;
	margin-top: -16px;
	margin-left: -16px;
	margin-right: -16px;
	padding: 8px;
	line-height: 20px;
}

.content h3
{
	font-size: 14px;
	margin-top: -16px;
	margin-left: -16px;
	margin-right: -16px;
	padding: 8px;
	line-height: 20px;
}

.content img .float
{
	float: right;
	margin-top: -12px;
	margin-right: -16px;
	margin-left: 16px;
}

h1
{
	font-weight: normal;
}

.pink_box
{
	border-color: #fc9;
}
.pink_box h1
{
	background-color: #fc9;
}

.blue_box
{
	border-color: #69f;
}
.blue_box h1
{
	background-color: #69f;
}

.orange_box
{
	border-color: #fc9;
}
.orange_box h1
{
	background-color: #fc9;
}
.orange_box a
{
	text-decoration: none;
}
.orange_box a:hover
{
	text-decoration: underline;
}



a
{
	color: #039;
}