@charset "utf-8";
#container {
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	width: 750px;
	border-right-color: #CAE9FE;
	border-left-color: #CAE9FE;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	
}


}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #20A2F8;
	text-decoration: none;
}

a:visited {
	color: #20A2F8;
	text-decoration: none;
}
a:active {
	color: #20A2F8;
	text-decoration: none;
}

a:hover {
	color: #50B7FB;
	text-decoration: underline;
}
.center {
	text-align: center;
}
.centerbold {
	text-align: center;
	font-weight: bold;
}



#footer {
	padding: 3px;
	font-size: small;
	background-color: #CAE9FE;
	text-align: right;
}
#footer2 {
	padding: 3px;
	font-size: small;
	text-align: center;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}

