body {
	text-align: center;
	background-color:#f1f1f1
}

#container {
	margin: 0 auto;
	width: 700px;
	text-align: left;
	min-height:500px;
} 
  
a {
	color:#ff0000;
	text-decoration:none;
}

a:hover {
	color:#bb0000;
	text-decoration: underline;
}


#main {
	background-color:white;
}

#main a {
	color:#333399;
	text-decoration:none;
}

#main a:hover {
	color:#7777BB;
	text-decoration: none;
}

h2 {
	margin-bottom: 5px;
	padding-bottom: 5px;
}

	
h3 {
	margin-bottom: 2px;
	padding-bottom: 2px;
	margin-top: 0;
	padding-top: 0;
}

ul { 
	list-style-type: none;
	margin-left: 10px;
	padding-left: 10px;
	margin-top: 0px;
	padding-top: 0px;
}

blockquote {
	border: 1px dotted #888888;
	margin:1em 20px;
	padding: 5px;
	width: 450px;
	line-height: 1.2em;
	background: #e3e3e3
}
