p {
	font-family: Arial, Helvetica, sans-serif;
}
.header {
	color: #FFFFFF;
	background-color: transparent;
	font-size: x-small;
	font-weight: bold;

}
a {
	color: #0033CC;
	text-decoration: none;
}
a:visited {
	color: #000066;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #FF0000;
}
.space {
	margin-top: 5px;
	margin-right: 20px;
	margin-left: 7px;
}
