/* Fall 2006 Style Sheet for index.html */

body {
	width: 100%;
	height: 100%;
	margin: 0px 0px 0px 0px;
	/*background: #e5edf5;*/
	font: 11px verdana, tahoma, arial, helvetica, sans-serif;
	/*font-weight: bold;*/
	text-align: center;
}

a, a:active, a:visited {
	text-decoration: none;
	color: white;
}

a:hover {
/*	text-decoration: underline;*/
/*	color: #c00;*/
	color: red;
}

#container {
	padding: 0px;
    margin-left: auto;
    margin-right: auto;
	width: 800px;
	text-align: center;
    background: white;
}