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

body {
	background-color: #3D8EBD;
}

a:link {color: #305FAF; text-decoration: none; font-weight: bold;}
a:visited {color: #FFFFFF; text-decoration: none; font-weight: normal;}
a:hover {color: #8892CD; background-color: #305FAF;}
a:active {color: #FFFFFF; background-color: #305FAF;}

#fl {
	margin-left: 300px;
	margin-bottom: 20px;
	width: 625px;
}

.site {
	margin-left: 40px;
	width: 560px;
	color: #434B8A;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 12pt;
}

.foot {
	margin: auto;
	width: 560px;
	color: #434B8A;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 8pt;
	text-align: center;
}


h1 {
	border-bottom: 2px solid transparent;
    border-image: linear-gradient(0.25turn, rgba(67, 75, 138, 1), rgba(137, 146, 203, 1), rgba(61, 142, 189, 1));
    border-image-slice: 2;
    width:100%;
}

h2 {
	width: 100%;
	color: #434B8A;
	font-size: 14pt;
	text-align: center;
}