body {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
.header {
	font-size: medium;
	font-weight: bold;
}
a:link, a:visited {
	color: #00F;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #F00;
}
a:active {
	text-decoration: underline;
	color: #F00;
}

