body{
	margin:0px;
	font-family: "century gothic";
	background-color:#eff7f8;
}
.topbanner{
	height:400px;
	background-color:#65d1d1;
	padding-left:50%;
	border-bottom:solid;
	border-bottom-color:#000000;
}
.topin{
	width:900px;
	height:300px;
	float: left;
	margin-left:-450px;
	margin-top:101px;
	background-image: url("images/topindexbg.png");
}
.bottom{
	background-color:#65d1d1;
	padding-left:50%;
}
.main{
	width:900px;
	float: left;
	margin-top:20px;
	margin-left:-450px;
	text-align:center;
}
.btn{
	width:300px;
	float:left;
	font-weight:bold;
}
.table{
	border-width:1px;
	border-radius:4px;
}
.cells{
	border:solid;
	border-width:1px;
	border-radius:4px;
}
a{
    text-decoration: none;
}
a:link {
    color: black;
}

/* visited link */
a:visited {
    color: black;
}

/* mouse over link */
a:hover {
    color: #65d1d1;
}

/* selected link */
a:active {
    color: #65d1d1;
}