body {
	width:825px;
	margin:0 auto;
	font: 100% Arial, Helvetica, sans-serif;
	 background-color: #000000;
	 color: #CCCCCC;
	 text-align:center;
	 }
#container {
	width:700px;
	margin:60px auto 0 auto;
	}

#container2 {
	width:700px;
	margin:20px auto 0 auto;
	}




#slides {
	text-align:center;	
	}
p 	{
	line-height: 150%;
	font-size:80%;
	font-weight:normal;
	text-align:left;
	background-color:#000000;
	}

ul {list-style-type: disc; color: #CCCCCC; font-size: 80%;
	}
			 
	 



h1	 {
	text-transform: uppercase;
	font-size: 120%;
	color: #99FFFF;
	background-color: #000000;
	text-align:left;
	}

h2 	{
	font-size: 110%;
	color: #99FFFF;
	background-color: #000000;
	text-align:left;
	}

h3 	{
	text-transform: uppercase;
	font-size: 110%;
	color: #CCFFFF;
	background-color: #000000;
	text-align:center;
	}

h4 	{
	/*In cascading style sheets, h4 should be smallest heading. Why 16px?*/
	background-color: #000000;
	color: #CCCCCC;
	font-size:90%;
	font-weight: bold;
	}

table {
	font-size: 72%;
	color: #CCCCCC;
	font-style: normal;
	font-weight: lighter;
	margin-left: 80px;
	}

.caltable {
	font-size:90%;
	font-weight:normal;
	color:#CCCCCC;
	background-color:#000000;
	border: 1px;
		}
.center {text-align: center}

#news {
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	border-padding: 100px;
	padding: 20px;
	text-align:center;
	}
	
#tableplace {
	margin-left: 0px;
	}
		
.small {
	font-size:60%;
	text-align:center;
	}
a { text-decoration:none }
a:link {color:#FFFF99}
a:visited {color:#FFFF99}
a:hover {color:#FFFF99}
a:active {color:#FFFF99}
