/* CSS Document */

p{font-family:"Century Gothic";
font-size:12px;
color:#FFFFFF;
line-height:16px;
}
.bold {
	font-family: "Century Gothic";
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	color: #FFFFFF;
}
.navigation {
	font-family: "Century Gothic";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
	background-color: #000000;
	display: block;
	padding: 8px;
	width: 100px;
}


.navigation:hover {
	font-family: "Century Gothic";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
	background-color: #333333;
	display: block;
	padding: 8px;
	width: 100px;
}

