body { color: white; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; background-color: white; }
p {}
td {}
a:link { color: black ; text-decoration: none; }
a:visited { color: black ; text-decoration: none; }
a:hover { color: red }
a:active { color: red }
h1 {
	font-size: 13px;
	font-weight: bold;
	color: Red;
}

