
td {	font-family: Arial, Helvetica, sans-serif;
	}

h1 {
	color: #000066;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	}

h2 {
	color: #000066;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	}

h2 a:link {
	color: #000066;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	}
	
h2 a:visited {
	}

h2 a:active {
	}

h2 a:hover {
	color: #0000ff;
	text-decoration: none;
	}

.header {
		background-color: #a3ceee;
		text-align: center;
		
		}
		
.navbar {
		background-color: #000066;
		}
		
.navbuttons a {
		font-family: "Times New Roman", Times, serif;
		color: #000066;
		font-size: 18px;	
		font-weight: bold;
		text-decoration: none;
		
		display: block;
		padding: 5px;
		margin-right: 3px;
		margin-left: 3px;
		
		border: 2px;
		border-bottom-color: #666666;
		border-left-color: #CCCCCC;
		border-right-color: #666666;
		border-top-color: #CCCCCC;
		}

.navbuttons a:link {
		background-color: #a3ceee;		
		color: #000066;
		}

.navbuttons a:visited {
		background-color: #6699cc;		
		color: #000066;
		}

.navbuttons a:active {
		background-color: #a3ceee;
		color: #6666cc;	
		}
		
.navbuttons a:hover {
		background-color: #ffffff;
		color: #6666cc;	
		}
		
.fancy { font-family: "Zapf Chancery", cursive, Helvetica, Geneva, Arial, SunSans-Regular, sans-serif}
