body {
	margin: 0px;
	background-color: #FFFFFF;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.largetxt {
	font-size: 85%;
}
.redtxt {
	color: #CC0003;
}
.smalltxt {
	font-size: 65%;
}

a:link {
	color: #0000FF;
	text-decoration: none;
}

a:visited {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	color: #CC0003;
	text-decoration: underline;
}