html, body {
 	background-color: #FFFFFF;
}

.header {

padding-left: 1px;

}

a:link {
	font-family: "Times New Roman";
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
}
a:active {
	font-family: "Times New Roman";
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
}

a:visited {
	font-family: "Times New Roman";
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
}
a:hover {
	font-family: "Times New Roman";
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
}

.menu {
	font-family: "Book Antiqua";
	font-size: 21px;
	color: #000000;
	
	padding-left: 30px;
	padding-top: 10px;
}

.menu a:link {
	font-family: "Book Antiqua";
	font-size: 21px;
	color: #000000;
	text-decoration: none;
}
.menu a:active {
	font-family: "Book Antiqua";
	font-size: 21px;
	color: #000000;
	text-decoration: none;
}

.menu a:visited {
	font-family: "Book Antiqua";
	font-size: 21px;
	color: #000000;
	text-decoration: none;
}

.menu a:hover {
	font-family: "Book Antiqua";
	font-size: 21px;
	color: #000000;
	text-decoration: none;
}

.content {
	border-left: 2px solid #0a0cc4;
	border-right: 2px solid #0a0cc4;
	border-bottom: 2px solid #0a0cc4;

}

.content_small {
	padding-top:15px;
}

.footer {
	vertical-align: middle;
	text-align: center;

}
.footer a:link {
	font-family: "Book Antiqua";
	font-size: 21px;
	color: #000000;
	text-decoration: none;
}
.footer a:active {
	font-family: "Book Antiqua";
	font-size: 21px;
	color: #000000;
	text-decoration: none;
}

.footer a:visited {
	font-family: "Book Antiqua";
	font-size: 21px;
	color: #000000;
	text-decoration: none;
}

.footer a:hover {
	font-family: "Book Antiqua";
	font-size: 21px;
	color: #000000;
	text-decoration: none;
}

.scroll {
	font-family: "Book Antiqua";
	font-size: 10px;
	color: #000000;
}