@charset "utf-8";
/* CSS Document */
.nav a{
	font-size: 16pt;
	display: block;
	background-color: #800000;
	color: white;
	text-decoration: none;
	border: 3px inset gray;
	}
.nav a:hover {
	color: white;
	background-color: black;
	border: 3px outset gray;
	}
.lt_side {
	width: 150px;
	color: white;
	text-align: center;
	}
.content {
	color: white;
	padding-left: 15px;
	font-size: 14pt;
	vertical-align: top;
	padding-top: 2px;
	background-color: rgb(30,30,30);
	}
.content a{
	color: white;
	}
.notice {
	width: 60%;
	background-color: white;
	color:#666666;
	margin-left: 130px;
	border: 4px solid #990000;
	}
.notice p{
	margin: 3px;
	text-align: center;
	}
.notice h2{
	text-align: center;
	color: white;
	background: #990000;
	margin-bottom: 5px;
	margin-top: 0px;
	}
.marquee {
	font-size: 20pt;
	color: white;
	background-color: #990000;
	}
.photos td{
	text-align: center;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-right: 3px;
	padding-left: 3px;
	}
