body {
	margin: 0 0 0 0;
}

a:link {
	text-decoration: none;
	color: red;
}
a:visited {
	text-decoration: none;
	color: red;
}
a:hover {
	text-decoration: underline;
	color: yellow;
}

#container {
	height: 1200;
	width: 992;
	border-left: thin solid Black;
	border-right: thin solid Black;
}

#content {
	color: black;
	width: 800;	
}
