body {	margin: 20px 100px; /* top is 10px, right-left are 0px, and bottom is 0px */	padding: 0px;	font-size: 100%;	font-family: garamond, georgia, verdana, arial, sans-serif;	background: #fff;	line-height: 24px;	}a	{	color: #00f;	text-decoration: none;	}a:link		{ color: blue; text-decoration: none; } a:visited	{ color: blue; text-decoration: none; } a:active	{ color: blue; text-decoration: none; } a:hover		{ 			  color: yellow;			  background-color: black;			  text-decoration: none;			} em {font-style: italic;}sup {font-size: 9px}h2 {	margin: 0px;	border: 0px;	padding: 0px;	font-size: 120%;	font-weight: bold;	font-variant: small-caps;	text-align: center;	}h3 {	margin: 0px;	border: 0px;	padding: 0px;	margin-top: 7px;	font-weight: bold;	font-size: 110%;	}p {	margin: 0px;	text-indent: 30px;	}.noindent {text-indent: 0px;}