/* CSS Document */

p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#000000;
	line-height:20px;
	padding:3px;
}
.space {
	line-height: 10px;
}

.bold {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}


.navigation{
	font-family: Verdana, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #C0C0C0;
	display: block;
	padding: 8px;
	width: 145px;
}

.navigation:hover{
	font-family: Verdana, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #C0C0C0;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	padding: 8px;
	width: 145px;
}
.headline {
	font-family: "Cooper Black";
	font-size: 36px;
	line-height: normal;
	font-weight: bold;
	text-decoration: underline;
}

.s {
	font-family: Parchment;
	font-size: 125px;
	color: #FFFFFF;
	background-color: #C0C0C0;
	text-align: center;
	padding-bottom: 0px;
	letter-spacing: normal;
	line-height: 0px;
	padding: 0px;
	height: 0px;
	text-transform: uppercase;
}
