body
{
	background-color: #eee;
	color: white;
}


#content
{
	margin: 0 auto 0 auto;
	width: 700px;
	background-color: #555;
	padding: 10px 20px 10px 20px;
}

h1
{
	color: white;
	font-size: 4em;
}



a
{
	font-size: 1.5em;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a:visited
{
	color: blue;
}

#content ul
{
	border: 2px solid black;
	background-color: white;
	padding: 5px;
	list-style: none;
	text-align: center;
}

#content ul li
{
	padding: 4px 0;
}