html{
	margin: 0;
	padding: 0;
}

body{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	color: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
}

#content{
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

#header{width: 800px; margin-top: 20px;}
#header_left{float:left;}
#header_right{float:right;}
#the_name{font-family: courier; font-size: 14px;}
#essay{width:700px; text-align: left; margin:0 auto;}

a:link {color: #000; text-decoration:none;}
a:visited {color: #000;}
a:hover {color: #666;}
a:active {color: #000;}

p a:link { color: #00F; text-decoration:none;}
p a:visited { color: #00F;}
p a:hover {	color: #00F; text-decoration:underline; }
p a:active { color: #00F;}


h2{font-size: 16px; font-weight: normal;
}

h3{font-size: 12px; font-weight: normal;
}

.title{font-weight: bold; font-style: italic;}

blockquote{
margin: 0px 100px 0px 100px;
padding: 0;
text-align: justify;
}

ul{
text-indent: 0px;
margin-left: 0px;
padding-left: 10px;
line-height: 1.5em;
list-style-type: none;
}