body
{
	margin: 25px;
	background: #d3dbfa;
	font-family: arial;
	font-size: 10px;
	width: 100%;
}
#border
{
	border: 10px solid #FF9900;
	width: 450px;
	height: 250px;
	background: black;
}
#controls
{
	width: 450px;
	text-align: center;	
}
a:link, a:visited
{
	text-decoration: none;
	color: #336699;	
}
a:hover
{
	color: black;
}
