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

body {
	color:#000099;
	font-size:20px;
	text-align:justify;
}

h1 {
	font-size:26px;
}

h3 {
	font-size:18px;
	margin-top:-15px;
}

h2 {
	font-size:22px;
	color:#333333;
}

a {
	color:#000099;
}

a:hover {
	color:#000099;
	text-decoration:overline;
}

a:visited {
	color:#000099;
}

a:active {
	color:#000099;
}

.footer {
	color:#666666;
	font-size:13px;
}

.footer a {
	color:#666666;
	text-decoration:underline;
}

.footer a:hover {
	color:#666666;
	text-decoration:none;
	font-weight:bold;
}

.footer a:active {
	color:#666666;
	text-decoration:underline;
}

.footer a:visited {
	color:#666666;
	text-decoration:underline;
}