header {
    display:block;
    background-color: #006699;
    border-bottom-style: ridge;
}

section {
    display:block;
    background-image: url(images/honeycomb2.png);
	background-repeat: repeat;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 25px;
    padding-left: 10px;
    border-top-style: ridge;
	border-bottom-style: ridge;
}

body {
    background-color: #d2dbd2;
}

h1.hidden {
    	display: none;
}

p.style_one {
	color: #006699;
	text-align: center;
	font-size: 12px;
	font-family: "Verdana", Arial, sans;
}

p.style_two{
	color: #006699;
	text-align: center;
	font-size: 40px;
	font-family: "Verdana", Arial, sans;
    letter-spacing: 1.25px;
}

p {
	color: #006699;
	font-size: 16px;
	font-family: "Verdana", Arial, sans;
	text-align: left;
}

p.style_three {
	color: #006699;
	text-align: center;
	font-size: 18px;
	font-family: "Verdana", Arial, sans;
}




