body {
	margin: 0px;
	padding: 0px;
}
.grid {
	border: thin solid #999999;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.86em;
	font-style: normal;
	line-height: 1.2em;
	font-weight: lighter;
	color: #333333;
	margin-bottom: -5px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-style: normal;
	line-height: 1.2em;
	font-weight: normal;
	color: #666666;
	margin-bottom: -5px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: 1.2em;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: 1.2em;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC0000;
}
