body  {
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /*   dhanged from    center       this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #6e0069;
}
	
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #6e0069;
}

a:hover{font-family: Arial, Helvetica, sans-serif;font-size: 14px;
font-weight: bold;text-decoration: none;color: #ff0000;}

a:active {	font-family: Arial, Helvetica, sans-serif;font-size: 14px;
font-weight: bold;text-decoration: none;color: #ff0000;}


h1, h2, h3, h4, h5, h6{	 font-family: Verdana, Arial, Helvetica, sans-serif;}

h1 {
	font-size: 28pt;color: #663366;	margin-left: 0;	font-style: normal;
	font-weight: lighter;line-height: 25px;
}

h3 {
	font-size: 18pt;color: #f40721;	margin-left: 0font-style: italic;	
	font-weight: normal;font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
}


h2 { font-size: 18pt; color: #663366; margin-left: 0 }
h4 { font-size: 9pt; color: #663366; margin-left: 5 }

hr {color:#f40721; width="90% }

