	/* colored borders put on for visual effect only */
	body{
		height: 100%;
		margin: 0;
		padding: 0;
	        background-color:ffffff;
		font-family:times,serif,cursive; 
	}

	#spacer{
		height: 95%;
		float: left;
		width: 1px;
		font-size: 1px; /* to make sure width is not overridden */
		padding: 0;
		margin: 0;
		background-color: white; /* visual effect only */
	}

	#contentwrap{
		width: 100%;
		text-align: center;
		padding: 0;
		margin: 0;
	}

	#content{
		padding: 30px;
		border-width: 1px;
		border-style: solid;
		border-color: white;
	}

	#footer{
		font-family:"times";
		font-size: 1.5ex;
		text-align:"center";
		clear: both;
		height: 5%;
		border-width: 1px 0 0 0;
		border-style: solid;
		border-color: white;
		border-top-color:black;
		vertical-align: middle;
		padding: 0;
		margin: 0;
	}
	#header{
		background-color:cccccc;
		border-style:groove;
		text-align:center;
		font-size:24px;
	}
	#date{
		text-align:left;
		font-size:10px
	}

	img {
	}
	a:link {
		color:000000;
		text-decoration:none; 
		font-family:"times","serif","cursive"; 
		font-weight:bold;
		font-size:24px
	}
	a:visited {
		text-decoration:none; 
		color:cc0000; 
		font-family:"times","serif","cursive"; 
		font-weight:bold;
		font-size:24px
	}
	a.one {
		text-decoration:underline
	}
	a:hover {
		text-decoration:underline
	}
	a:active {
	}
