.sidebar {
	float: right;
	width: 45%;
	padding: 10px;
}
.content {
	float: left;
	width: 45%;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0066CC;
}
a {
	color: #FF3366;
	text-decoration: none;
}
.content h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF3366;
}
h3 {
	color: #FF3366;
}
