body {
	margin: 0px;
	text-align: center;
	background-color: #eeeeee;
	font-family: Helvetica, Arial, sans-serif;
	color: #333333;
	font-size: 62.5%;
}

a, a:hover, a:visited, a:active {
	text-decoration: none;
	outline: none;
	color: #330000;
}

h1, h2, h3 {
	font-weight: bold;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.1em;
}


#container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	text-align: center;
	font-size: 1.4em;
	line-height: 1.5em;
}


#header {
	height: 40px;
	margin: 20px 0 0 0;
	text-shadow: #cccccc 2px 2px 4px;
}


#main {
	margin: 30px 0 0 0;
	text-shadow: #cccccc 2px 2px 4px;
}



#footer {
	margin: 30px 0 20px 0;
	font-size: 0.9em;
}

#copyright {
	margin-top: 10px;
}

.clearer {
	clear: both;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 0px;
	line-height: 1px;
	font-size: 0px;
}


.poetry {
	margin: 0 0 30px 0;
}

.abstract {
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	text-align: justify;
}



