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

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 50px;
	color: #0099FF;
	font-style: italic;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #0099FF;
}
#navigation {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #0099FF;
	display: inline;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #0099FF;
	border-right-color: #0099FF;
	border-bottom-color: #0099FF;
	border-left-color: #0099FF;
	background-color: #CCCCCC;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
}
a:link {
	font-size: 18px;
}

a:visited {
	font-size: 18px;
	font-weight: bold;
}

a:hover {
	font-size: 20px;
	margin: 5px;
	padding: 5px;
	border: thin solid #0099FF;
}

a:active {
	font-size: 18px;
	text-decoration: underline;
}
h3 {
	font-size: 18px;
	text-decoration: blink;
	text-align: center;
	vertical-align: middle;
}
p {
	font-size: 14px;
}
body {
	font-size: 14px;
}

