html {
	margin:0px;
	width:100%;
	height:100%;
}
body {
	margin:0px;
	width:100%;
	height:100%;
	text-align:center;
}
td {
	text-align:left;
	vertical-align:top;
}

a:link { font-weight:bold; color:#000000; text-decoration:none }
a:visited { font-weight:bold; color:#000000; text-decoration:none }
a:hover { font-weight:bold; color:#c0c0c0; text-decoration:none }
a:active { font-weight:bold; color:#ff5100; text-decoration:none }
a:focus { font-weight:bold; color:#ff5100; text-decoration:none }