/* CSS Document */

p{
font:Arial, Helvetica, sans-serif;
font-size:10px;
color:#000000;
line-height:18px;
padding: 3px;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style2 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: bold;
	background-color: #000000;
	width: auto;
	color: #FFFFFF;
	text-decoration: none;
	border-width: 1;
	min-width: 116px;
}


.navigation:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: bold;
	background-color: #3366FF;
	width: 150px;
	color: #FFFFFF;
	text-decoration: none;
}
