
body {
	background:white;
	margin: 0px;
	font-family: Verdana, Arial, sans-serif;
	color: black;
}

.misterfoo {
	font-family: Verdana, Arial, sans-serif;
	font-size:20pt;
	font-weight: bold;
	margin:2px;
}

.welcometo {
	color: black;
	font-size: 10pt;
	margin: 2px;
	font-weight: bold;
}

A {
	color: #0033AA;
}
A:active  {
	color: #0033AA;
}
A:hover {
	color: #000000;
}

.copyright {
	color: #000000;
	font-weight: normal;
	font-size: 8pt;
	font-style: italic;
	text-decoration : none;
}
