body {
	background-color: #ab997d;
	background-image: url(images/poetscornertile.jpg);
	text-align: center;
	scrollbar-face-color: #ab997d;
	scrollbar-track-color: #ab997d;
	scrollbar-highlight-color: #553f35;
	scrollbar-darkshadow-color: #553f35;
	scrollbar-base-color: #ab997d;
	scrollbar-shadow-color: #ab997d;
	scrollbar-arrow-color: #553f35;
	color: #553f35;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	}

a:link {
	color: #553f35;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

a:visited {
	color: #553f35;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

a:hover {
	color: #cbbea9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

h1 {
	color: #553f35;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 155%;
}

h2 {
	color: #553f35;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
}

h3 {
	color: #553f35;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 115%;
}

p.poem {
	text-align: left;
	margin-left: 50px;
}

.large {
	font-size: 120%;
	font-weight: bold;
	font-style: italic;
}

p {
	width: 95%;
	text-align: justify;
}

p.copyright {
	text-align: center;
}

.center {
	text-align: center;
}

.question {
	width: 95%;
	text-align: justify;
	font-weight: bold;
}

.answer {
	width: 80%;
	text-align: justify;
	font-style: italic;
}

ol {
	text-align: left;
}

frameset {
	border: 0px;
}

.poetry {
	border: thin solid #553f35;
	width: 100%;
	padding: 2px;
}

.poemtable{
	border: thin dotted #553f35;
	width: 50%;
	text-align: center;
	padding: 5px;
	color: #553f35;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	vertical-align: top;
}
 .members {
 	border: thin dotted Black;
	width: 20%;
	text-align: center;
	padding: 5px;
	color: #553f35;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	vertical-align: top;
 }
 
 .ital {
 	font-style: italic;
 }
 
 .winner {
 	font-weight: bold;
	background-color: #e7b304;
	padding: 5px 15px 5px 15px;
	text-align: center;
 }
 
