body {	background-color: rgb(233, 233, 193);
	font-family: veranda, ariel, sans-serif;
	font-size: 100%;
	text-align: center;
}


#container{
	margin: 10px auto;
	width: 800px;
	text-align: left;
}

A:link {color: blue}
A:visited {color: #e66000}
A:active {color: blue}
A:hover {color: red}
