BODY, TD {
	color: white;
         font-weight: normal;
}
BODY {
         margin: 0;
         padding: 0;
}
form {
	margin: 0;
}
IMG {
	border: 0;
}
li {
	line-height: 1.5;
}
a {
	text-decoration: none;
	font-weight: bold;
}
a:link, a:visited {
	color: pink;
}
a:active, a:hover {
	color: deeppink;
}
input, select {
	font-size: 8pt;
}
textarea {
	width: 98%;
	background: white;
	font: 8pt Verdana, Geneva, Arial, Helvetica;
}

H3 {
	align: left;
}