body {
	text-align: center;
	background: white;
	}





#container	{
	
	margin: 0 auto;
	width: 1000px;
}

#header	{
	margin: 0 auto;
	font-family: verdana;
	}

#footer	{
	margin: 0 auto;
	font-family: verdana;
	}

h1	{
	font-size: 14px;
	}

a	{
	font-size: 12px;
	text-decoration: none;
	color: black;
	}

a:hover	{
	font-size: 14px;
	text-decoration: underline;
	color: red;
	}




