/* CSS Document */

p{
font-family: "Century Gothic";
font-size: 11px;
color: #000000;
line-height: 18px;
padding: 3px;
}
.boarder {
	border: thin solid #000000;
	margin: 20px;
	padding: 20px;
}

.body {
	font-family:century gothic, Arial;
	font-size: 12px;
	text-align: left;
	padding: 6;
	letter-spacing: normal;
}
.header {
	font-family: century gothic, Arial;
	font-size: xx-large;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-align: center;
}
.footer {
	font-family: century gothic, Arial;
	font-size: small;
	line-height: normal;
	font-weight: normal;
	color: #000000;
}
.navigation {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #000000;
	display: table;
	padding: 8px;
	width: 200px;
	line-height: 30px;
}
.navigation:hover {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #669966;
	display: table;
	padding: 8px;
	width: 40px;
	line-height: 30px;
	outline-color: #FFFFFF;
}
.navigationoffer {

	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #330099;
	display: table;
	padding: 8px;
	width: 200px;
	line-height: 30px;
}
.navigationoffer:hover {

	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFFF00;
	background-color: #000000;
	display: table;
	padding: 8px;
	width: 40px;
	line-height: 30px;
	outline-color: #FFFFFF;
}
