.smallblk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: black;
}

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: 1em;
	line-height: 140%;
	color: black;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding:5px;
	}


.red {font-size: 1em; font-family: Arial, Helvetica, sans-serif; color: #FF0000; }

