body {
	background-color: #7AB446;
	margin: 0px;
}

body, td {
	color: #271B22;
	font: 12px sans-serif;
	line-height: 18px;
}

input, textarea, select {
	background-color: #FFFFFF; 
	margin: 0px;
	border: 1px dotted #BB6517;
	color: #3F651E;
	font: 12px sans-serif;
	line-height: 18px;
}

a, a:visited { color: #BB6517; text-decoration: none; }
a:hover, a:active { color: #393860; }

.big {
	background: url('images/shrek-title.jpg') top center;
	background-repeat: no-repeat;
	background-color: #ffffff;
	width: 610px;
	padding-top: 430px;
	margin: 0px auto;
}

.menu {
	text-transform: uppercase;
	font: 15px century gothic; 
	line-height: 34px;
	text-align: center;
	height: 34px;
	word-spacing: 16px;
	margin: 0;
}

.menu a {letter-spacing: 3px; color: #ffffff; padding: 5px; background-color: #6B9E3E;}
.menu a:hover {background-color: #2C3054;}

.textbox {
	margin: 10px 0px 0px 0px;
	padding: 10px 10px 10px 15px;
}

h1,h2,h3 {
	text-transform: lowercase;
        font-family: century gothic;
        font-size: 18px;
	margin: 0px 0px 10px 0px;
	letter-spacing: 3px;
	color: #2C3054;
	text-align: center;
        font-weight: normal;
        border-bottom: 1px dashed #2C3054;
}

p  {
	margin: 0px 0px 15px 0px;
	text-align: justify;
}

blockquote {
	background: #D2CFD7;
	width: 250px;
	padding: 2px 0px 2px 10px;
	margin: 5px 0px 10px 15px;
}
