body { 
	padding-left: 13em;
	padding-right: 1em;
	font-family: "Georgia", sans-serif; 
	color: #CC3333; 
	background-color: #CCCCCC;
	}

h1 {text-align: center; 
	font-style: italic; 
	font-variant: small-caps; 
	letter-spacing: 10px;
}
h2 {text-align: center; }

ul.lnav {
	padding: 0px; /* Firefox */
	margin: 0px;	/* IE */
	position: absolute;
	top: 1em;
	left: 5px;
	list-style-type: none;
	background-color: #000000;
	}
ul.lnav li {
	text-align: center;
	color: #CC0000;
	background-color: #000000;
	padding: 5px;
	border-width: 5px;
	border-color: #CC3333;
	border-style: double;
	margin: 5px 5px;
	width: 140px;
	}
ul.lnav li a:link {color: #FF0000; 
	font-style: italic; 
	text-decoration: none}
ul.lnav li a:visited {color: #FF0000; 
	font-style: italic; 
	text-decoration: none}
ul.lnav li a:active {color: #FF0000; 
	font-weight: bold; 
	font-style: normal; 
	text-decoration: none}
ul.lnav li a:hover {color: #FF0000; 
	font-style: normal; 
	font-weight: bold; 
	text-decoration: none}

p {
	font-size: medium; 
	font-weight: normal;
}

table.prog {width: 95%;}

table.prog tr {vertical-align: top;}

table.prog tr td {text-align: left;}

table.photo {
	width: 100%;
	border: 1;
	padding: 2px;
	margin: 2px;
}

table.photo tr {
	vertical-align: top;
}

table.photo tr td {
	text-align: center;
	font-size: 12px;
}

table.triv {
	border: 0;
	width: 100%;
	padding: 20px;
	margin: 10px;
}
table.triv tr {
	vertical-align: top;
}
table.triv tr td {
	width: 25%;
	height: 15ex;
	text-align: center;
	text-decoration: none;
}
table.triv tr td a:link { 
	font-style: italic; 
	text-decoration: none;
}
table.triv tr td a:visited { 
	font-style: italic; 
	text-decoration: none;
}
table.triv tr td a:active { 
	font-style: normal; 
	text-decoration: none;
	font-weight: bold; 
}
table.triv tr td a:hover { 
	font-style: normal; 
	text-decoration: none;
	font-weight: bold; 
}

