.pageheader01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: red;
	line-height: 110%;
}

.smallblk01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}

.stdred01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: red;
	line-height: 140%;
}

a {
	color: #0000FF;
	text-decoration: none;
}

a:visited {

	color: #800080;
	text-decoration: none;
}
a:hover {

	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #00FF00;
	text-decoration: none;
}

body {
	background-color: #FFEBF5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 140%;
	color: black;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}


