#centerdiv {
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	width:704px;
}

body {
	font-family:arial,helvetica,sans-serif;
	font-size:10px;
	color:black;
	background-color:white;
}

a {
	color:white;
	background-color:red;
	text-decoration:none;
}

a:hover {
	color:red;
	background-color:white;
}

.bluelink a {
	color:white;
	background-color:blue;
	text-decoration:none;
}
.bluelink a:hover {
	color:blue;
	background-color:white;
}

.greenlink a {
	color:white;
	background-color:green;
	text-decoration:none;
}

.greenlink a:hover {
	color:green;
	background-color:white;
}

.orangelink a {
	font-size:18px;
	color:white;
	background-color:orange;
	text-decoration:none;
}

.orangelink a:hover {
	color:orange;
	background-color:white;
}

#description {
	position:relative;
	top:-50px;
	left:50px;
}