@charset "utf-8";
body {
	font-family: Helvetica;
	margin: 3%;
}
.content {
	margin-left: 1%;
}
h1 {
	font-size: large;
	margin: 0px;
	padding: 0px;
}
.bigtext {
	font-size: xx-large;
	letter-spacing: normal;
}
.left {
float: left;
width: 1000px;
}
.right {
margin-top: -60px;
margin-left: 55%;
position: absolute;
width: 400px;
}
#bottom {
position: absolute;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.links {
	font-size: small;
	margin-left: 1%;
	text-decoration: none;
}
.links a {
	font-size: small;
	text-decoration: none;
}
.links a:hover {
	font-size: small;
	font-weight: normal;
	text-decoration: none;
}
.tiny {
	vertical-align:middle;
	font-size: smaller;
	margin-left: 1%;
	margin-top: 20px;
	text-decoration: none;
}
.tiny a {
	font-size: smaller;
	text-decoration: none;
}
.tiny a:hover {
	font-size: smaller;
	font-weight: normal;
	text-decoration: none;
}