
<style>

  html, body {
		font: 12px/15px sans-serif;
		background: #fff;
		padding: 3px;
		color: #fff;
		margin: 0;
		}
	h1, h2, h3, h4, h5, h6 {
		font-weight: normal;
		}
	.center {
		width: 100%; !important;
		text-align: center;
		}
	a:link, a:visited {
		text-decoration: underline;
		color: #00f;
		}
	a:hover, a:active {
		text-decoration: underline;
		color: #f00;
		}

</style>

