@charset "UTF-8";
/* CSS Document */

#header {
	background-color: #7590B8;
}
a:link {
	color: rgba(87,114,154,1.00);
	text-decoration: none;
}
a:visited {
	color: rgba(87,114,154,1.00);
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: rgba(137,164,204,1.00);
}
a:active {
	color: rgba(57,84,124,1.00);
}
h3 span {
	font-size: 16px;
}
