/*This is the core style sheet of the site.*/body {	font-family: Verdana, Helvetica, Arial, sans-serif;	font-size: small;	color: #000000;	margin: 0px;	padding: 10px;	line-height: normal;	border-left-width: 1px;	margin-left: 10px;	margin-bottom: 10px;	margin-right: 10px;	margin-top: 10px;}#header1 {	color: #000000;	text-align: right;	font-style: italic;	margin-right: 10px;	margin-top: 20px;	font-size: 1.1em;	line-height: 1.1em;	left: 20px;	width: auto;	white-space: nowrap;}#header2 {	color: #000000;	text-align: left;	margin-left: 20px;	margin-top: 50px;	line-height: 0.4%;	white-space: nowrap; }  #header3 {color: #666666;	text-align: left;	margin-left: 20px;	margin-top: 50px;	line-height: 0.4%;	white-space: nowrap;}#header4 {	text-transform: uppercase;	text-align: center;	color: #000000;	font-size: 24px;}#intro {	margin: 20px;	padding-top: 10px;	color: #000000;	border-top-width: 3px;	border-top-color: #333333;	border-top-style: dotted;	font-size: 24px;} #main-content {	font-size: 1.0em;	margin-left: 20px;	color: #333333; } p {	font-size: 12px;	line-height: normal;}h1{	font-size: x-large;}h2{	font-size: large;}h3{}h4{font-size: medium;}h5{	font-size: small;}a{	color: #000000;	border: 0;	text-decoration: underline;	}	a:visited	{	color: #666666;	border: none;	text-decoration: none;	font-style: normal;	}	a:hover	{	color: #666666;	font-weight: bold;	text-transform: uppercase;	}