html, body, table {
				height:100%; width:100%
	}

	body {
		margin:0; padding:0; text-align:center
	}

	table {
		margin:0 auto; text-align:left
	}

	td {
		vertical-align:middle
	}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9900;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #FF9900;
}
a:hover {
	color: #C17400;
}
a:active {
	color: #FF9900;
}