/* CSS Document */

p{
	font-family:Verdana, sans-serif;
	font-size:10px;
	color:#333333;
	line-height: 18px;
	padding: 3px;
}.text {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	text-decoration: none;
	list-style-type: none;
	color: #666666;
}
.next {
	font-family: verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #CCCCCC;
	text-decoration: none;
	line-height: 18px;
	list-style-type: none;
}
.bold {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #00ADEF;
}
.navigation{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #999999;
	display: block;
	padding: 8px;
	height: 100px;
	width: 100px;
	text-align: center;
	border-width: 3px;
	outline-width: medium;
	outline-color: #FFFFFF;
	outline-style: solid;
	text-decoration: none;
}



.navigation:hover{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #00ADEF;
	display: block;
	padding: 8px;
	height: 100px;
	width: 100px;
	text-align: center;
	border-width: 3px;
	outline-width: medium;
	outline-color: #FFFFFF;
	outline-style: solid;
	text-decoration: none;
}
.header {
	font-family: Verdana, sans-serif;
	font-size: 45px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #00ADEF;
	text-decoration: none;
}

