@charset "utf-8";
.header {
	font-family: Arial, Helvetica, sans-serif;

}
a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #F00;
	text-align: center;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #F00;
}
a:hover {
	text-decoration: none;
	color: #F00;
	text-align: center;
}
a:active {
	text-decoration: underline;
	color: #F00;
}.containerdiv {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 18%;
}
