@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #00357d;
	background-image: url(back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
a:link {
	color: #3f464c;
	font-size: 22px;
}
a:hover {
	color: #3f464c;
	font-size: 22px;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-size: 22px;
	color: #3f464c;
}
a:active {
	text-decoration: none;
	font-size: 22px;
	color: #3f464c;
}
