body {
	padding:10px 10px 10px 10px;
	background-color: rgb(0,0,0);
	text-align:center;
}

.container {
	width: auto;
	height: auto;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
	margin-right:10px;
	padding:5px;
	border: 1px dotted #6699CC;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	background-color: rgb(100,100,100);
	color: #FFFFFF;
	text-align:left;
	font-size: 100%;
}



.container ul li{
	font-size:150%;
}
.container ul li ul li{
	font-size:90%;
}
.container ul li ol li {
	font-size:90%;
}


.schedule {
	width: auto;
	height: auto;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
	margin-right:10px;
	padding:5px;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	color: #FFFFFF;
	text-align:left;
	font-size: 100%;
}
.schedule ol li{
	font-size:150%;
	border:hidden;
	}
	.schedule ol li ol li{
	font-size:90%;
	color: #CCCCCC;
	}
	
.schedule a {	text-decoration: underline;}
.schedule a:link {	color: black;}
.schedule a:link img{ border: #003366 solid thin}
.schedule a:visited {	color: blue;}
.schedule a:visited img{border:#003366 solid thin;}
.schedule a:active { color: blue;} 
.schedule a:active img{border:#003366 solid thin;}
.schedule a:hover {  color: gray}
.schedule a:hover img{border:#0033ff dashed thin}
		
.banner {
	padding: 15px;
	text-align:center;
}

.banner h1 {
	font-size: 200%;
}

.banner h2 {
	font-size: 150%;
}

.banner h3 {
	font-size: 100%;
}


a {	text-decoration: underline;}
a:link {	color: #D7E1FF;}
a:link img{ border: #003366 solid thin}
a:visited {	color: #003366;}
a:visited img{border:#003366 solid thin;}
a:active { color: #003366;} 
a:active img{border:#003366 solid thin;}
a:hover {  color: #0033ff}
a:hover img{border:#0033ff dashed thin}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}



.quote {
	padding-left:10px;
	padding-right:10px;
	font-style:italic;
	line-height: 90%;
}
.deadline{
font-size:50%;
float:right;
border:1px red dashed;
background-color:#FFFFFF;
color:#000000;
padding: 5px;
height:auto;
width:300px;
text-align:center;
}
.deadline h1{
font-size:125%;
}
.code{
	background-color: #CCCCCC;
	width: 75%;
}
.code p{
font-family: "Courier New", Courier, monospace;
	color: #000000;
	font-size: small;}
	
