@charset "utf-8";
.header {
	font-size: 60px;
}

.links {
}
.rightcol {
	float: right;
	width: 50%;
}
.leftcol {
	float: left;
	width: 45%;
}
body {
	background-color: #999999;
}
a:link {
	color: #666666;
}
a:visited {
	color: #663333;
}
