@charset "utf-8";
/* CSS Document */

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	font-weight:bold;
	color:#08499C;
	text-align:center;
	}
	
.content {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	text-align:center;
	}

.footer {
 	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-align:center;
	}
	
a {
 color:#000000;
 }

a:visited {
 color:#000000;
 }
 
.nav {
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	}
	
	.nav a {
	color:#FFFFFF;
	text-decoration:none;
	}
	
	.nav a:visited {
	color:#FFFFFF;
	}
	
.padding {
	padding:5px;
	}