/* CSS Document */

p{font-family: Verdana, sans-serif;
font-size: 13px;
color: #000000;
line-height: 18px;
padding: 8px;
}

.bold {
	font-family: Verdana, sans-serif;
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
	color: #999999;
	vertical-align: middle;
	text-align: left;
	letter-spacing: inherit;
	font-variant: normal;
	background-position: center;
}

.graphics {
	font-family: Georgia;
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
	color: #000000;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;	
	
}

.graphics:hover {
	font-family: Georgia;
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
	color: #990000;
	vertical-align: middle;
	text-align: center;
	
	
}

.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #99CC00;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	padding: 15;
	width: 175px;
	background-position: center center;
	letter-spacing: 10px;
	text-align: center;
	vertical-align: top;
	word-spacing: normal;
	line-height: 50px;
}


.navigation:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	padding: 6;
	width: 175px;
	background-position: center center;
	letter-spacing: 10px;
	text-align: center;
	vertical-align: text-top;
	word-spacing: normal;
	height: 50px;
}
.arrow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #99CC33;
	text-decoration: none;
	font-weight: bold;
}

.arrow:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #009999;
	text-decoration: none;
	font-weight: bold;
}
.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #990000;
	text-decoration: none;
}

.link:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #009999;
	text-decoration: none;
}
