
    A:link { color: #0000ff; text-decoration: underline; }
    A:visited { color: #800080; text-decoration: underline; }
    A:active { color: #ff00ff; text-decoration: underline; }
    A:hover { color: fuchsia; text-decoration: underline }

  
    body
	{
	background-color: #FFFFFF;
	margin-top: 1em;
	font-family: "Garamond", "Times New Roman", serif;
	text-align: center;
 	}
	
	#Main
	{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	border: 3px ridge #6495ed;
	padding: 30px;
	}
	
	.floatleft
	{
	float: left;
	margin-right: 30px;
	}

	.copyright
    {
	text-align: center;
	}
	
	.update
	{
	text-align: right;
	margin-right: 50px;
	}
	
	H1, H2, H3, H4, H5, H6
    {
	font-weight: normal;
	text-align: center;
	}
 



