/* CSS Document */

p{font-family: Verdana, sans-serif;
font-size: 11px;
color: #330000;
line-height: 18px;
padding: 3px;
}

.bold {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #990000;
}

.italic {
	font-family: "Times New Roman", serif;
	font-size: 14px;
	font-style: italic;
	line-height: normal;
	font-weight: bolder;
	text-transform: capitalize;
	color: #336600;
}

.navigation {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #330000;
	display: block;
	width: 140px;
	padding: 8px;
	text-align: center;
	height: 44px;
}


.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #993333;
	display: block;
	width: 140px;
	padding: 8px;
	text-align: center;
	height: 44px;
}
