body {
	background-image: url(pictures/achtg_ye_logo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #95C8E3;
	text-align: center;
}
h1 {
	font-family: "Comic Sans MS", cursive;
	font-size: 48px;
	color: #075889;
	text-align: center;
}
h2 {
	color: #05467A;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #1c4668;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #1c4668;
	text-align: center;
}


a:link {
	color: #1A4B7D;
	text-decoration: underline;
}
a:visited {
	color: #1c4668;
}
a:hover {
	text-decoration: underline overline;
	background-color: #FFF;
	color: #699;
}
a:active {
	color: #1c4668;
	text-decoration: underline;
}
