@charset "utf-8";
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	color: #FFFFFF;
	background-color: #2E5A81;
	margin: 0px;
	padding: 20px;
	height: auto;
	width: 650px;
}
.text a:link {color:#ffffff; text-decoration:none; font-weight:bold}
.text a:active {color:#ffffff; text-decoration:none; font-weight:bold}
.text a:visited {color:#ffffff; text-decoration:none; font-weight:bold}
.text a:hover {color:#999999; text-decoration:none; font-weight:bold}

.about a:link {color:#2e5a81; text-decoration:none; font-weight:bold}

.wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 700px;
}

.about a:active {color:#2e5a81; text-decoration:none; font-weight:bold}
.about a:hover {color:#999999; text-decoration:none; font-weight:bold}
.about a:visited {color:#2e5a81; text-decoration:none; font-weight:bold}

.about {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	margin: 10px;
	padding: 12px;
	float: right;
	height: auto;
	width: 200px;
	background-color: #FFFFFF;
	border: 1px solid #666666;
}
