html, body, form, fieldset, p, td {
	padding:0; margin:0; border:0; color: white; list-style:none;
	font: 100%/120% Verdana, Arial, sans-serif;
}

input {
	font: 100%/120% Verdana, Arial, sans-serif;
}

body {
	text-align: center;
	background: black;
	behavior:url("csshover.htc");
}
#content {
	width:785px;
	background: black;
	text-align:center;
}

p, td {
	text-align: justify;
	font: 100%/120% Verdana, Arial, sans-serif;
	font-size: 12px;
	padding:10px;
}

td {}

a:link { color: #f63 }

a:visited { color: #f63; }

a:hover { color: white }

a:active { color: white }

small {font-size:50%;}

.floatright { float: right; }
.floatleft{ float: left; }