a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #600;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #063;
	background-color: #FFF;
}
.left {
	text-align: center;
	float: left;
	width: 755px;
}
.right {
	float: right;
	width: 300px;
	position: fixed;
	top: 10px;
	left: 700px;
}
