body {
	background-color: #FFF;
	color: #000;
	font: 12px arial, helvetica, sans-serif;
	text-align: left; /* get container div to center for ie/win */
	padding: 40;
	width: 500;
}

td {
	font: 12px arial, helvetica, sans-serif;
}

p {
	margin: 0 0 16px 0;
	padding: 0;
}

h1 {
	font-size: 10px;
	font-weight: bold;
	background: transparent;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	background: transparent;
}

a {
	text-decoration: none;
}

a:hover {
	color: inherit;
	background-color: #FFCC33;
	text-decoration: underline;
}

h1 a:hover, h2 a:hover {
	color: inherit;
	background-color: transparent;
}

hr {
	margin: 2px;
	padding: 0;
}

footer {
	font-size: 8px;
	font-weight: bold;
}
