html, body, p, h1, h2, h3, h4, h5, h6, form, fieldset {	margin: 0;	padding: 0;	border: 0;}body {	background-color: #FFFFFF;	text-align: center;}		/*  As (most) browser default fonts are 1em = 16px, we make		     1em = 10px, to make larger and smaller sizes easy to calculate */body {	font-family: Arial, Helvetica, sans-serif;	font-size: 62.5%;	line-height: 180%;	color: #333333;}input {	font-size: 1em;}a:link {	color: #666666;}a:visited {	color: #666666;}a:hover {	color: #000000;}a:active {	color: #000000;}.clear {	clear: both;	}.bodytext {	font-family:Georgia, "Times New Roman", Times, serif;	font-size: 1.2em;}.bodytextwhite {	font-family:Georgia, "Times New Roman", Times, serif;	font-size: 1.2em;	color: #FFFFFF;}.title {	font-family:Georgia, "Times New Roman", Times, serif;	font-size: 5em;	font-weight: bold;	color: #FFFFFF;	letter-spacing: 1em;}.copyright {	font-family:Arial, Helvetica, sans-serif;	font-size: 1.1em;	color: #999999;	line-height: 1.3em;}.intro {	font-family:Arial, Helvetica, sans-serif;	font-size: 1.2em;	line-height: 1.4em;	font-style: italic;	font-weight: lighter;}.q {	font-weight: bold;	color: #333366;}