* {
	padding: 0;
	margin: 0;
     font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
		
body {
	background: rgb(128,161,214) url('files/gradient-02.png') repeat-x top;
	text-align: center;
	margin:10px;
	font-size: 120%;
}

h1 {font-size:1.9em;} /* was 2 */
h2 {font-size:1.5em;}
h3 {font-size:1.2em;}
	
div {
	textarea: center;
	margin-left: auto; 
	margin-right: auto;
	text-align: left;
	background: white; 
	width: 720px;
	border:1px black solid;
	padding:30px;
	margin-top:20px;
	margin-bottom:20px;
}

#banner {display: block;}

table {
	border: 0px solid black;
	background-color: #000072;
	border-collapse: collapse;
	text-align: center;
	font-size: inherit;
	/* width: 100%; */
}

td {
	padding: 10px;
	color:white;
	border: 0px solid black;
	padding-left: 13px;
	padding-right: 13px;
}

td a:link {
	color: white;
	text-decoration: none; 
}

td a:active {}

td a:visited {
	color: rgb(152,152,176);
	text-decoration: none; 
}

td a:hover {background-color: black;}

td.Photos {
background-color:none;
	padding: 10px;
}

ul {
	margin-left:40px;
}

ol {
	margin-left:40px;
}