body {
	color: black;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
}
p {}
td {}
a:link { color: blue }
a:visited { color: purple }
a:hover { color: purple }
a:active { color: red }
