@charset "UTF-8";
/* CSS Document */

p{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 1;
	padding: 2px;
}
.bold {
	font-family: Verdana, sans-serif;
	font-size: 18px;
	line-height: 50px;
	font-weight: bold;
}

.navigation{
	font-family: Verdana, sans-serif;
	font-size: 18px;
	line-height: 1;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #996633;
	display: block;
	padding: 3;
	width: 160px;
	margin-top: 25px;
}

.navigation:hover{
	font-family: Verdana, sans-serif;
	font-size: 18px;
	line-height: 1;
	font-weight: normal;
	color: #660000;
	text-decoration: none;
	background-color: #996633;
	display: block;
	padding: 3;
	width: 160;
	margin-top: 25px;
}
.gigtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.style5 {
	font-size: 14px;
	color: #660000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

