body {
	/* text-align: center; above is for IE5, which cannot handle
		centered boxes without this.  ALL inline sections 
		must have text-align: left; to counteract this. */
	font-family: sans-serif;
	font-size: smaller;
	background-color: #ffffff;
	color: #000000;
	}

h1	{
	font-size: 24px;
	font-weight: bold;
	}

a	{
	text-decoration: none;
	color: blue;
	}



a:link	{

	}



a:visited	{

	}



a:hover	{

	color: black;

	text-decoration: underline;

	}

#main	{
	margin: 0px auto;
	text-align: left;
	width: 780px;
	}