body {
	padding: 0px;
	margin: 0px;
	font: small Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: White;
	clear: both;
	min-width: 800px;
	text-align: center;

}
#header {
	height: 160px;
	padding-top: 0px;
	background-image: url(img/top.gif);
}
#header img{
	padding-top: 10px;
}

b{
       text-align: center;
}
.search {
	width: 70%;
}

.usual li {list-style-type:none; font-weight:bold;}


.poem {
   font-family: "Courier New", Courier, monospace;
   font-size: medium;
	text-align: center;
	text-indent: 0px;
}


#data {
   padding-top: 20px;
	padding-bottom: 25px;
	text-align: justify;
	padding-left: 20%;
	padding-right: 20%;
}
#menu {
   height: 30px;
	text-align: center;
	display: inline;
	font: small Tahoma;
	font-size: 8px;
}
#menu div {
	width: 100%;
	text-align: center;
}

#menu a {
   display: inline;
	text-decoration: none;
	padding-top: 5px;
	color: #00aadf;
	text-align: center;
	font-size: small;
}

#menu a:hover {
   display: inline;
	color: #00aadf;
	text-decoration: underline;
	font: small Tahoma;
	text-align: center;
	font-size: small;
}

a {
	color: #474747;
	text-decoration: none;
}
a:hover {
	color: black;
	text-decoration: underline;
}

img {
	border: 0px;
}

p {
	margin-right: 15px;
	text-indent: 30px;
}

h1 {font-size: medium; text-align: center; text-decoration: underline;}
#footer {
	text-align: right;
	border-top: 1px solid #525252;
	margin-top: 15px;
}



