body {
	background-image:  url("images/background.png");
	font-family: Verdana;

behavior: url(csshover.htc); /* call hover behaviour file */
}

.whitespace {
	background-image: url(images/white.gif);
	background-repeat: repeat;
}
a {
	color: #0000FF;
	text-decoration:none;

}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}

.Tbody {
vertical-align: top;
}

a, span, td {
	font-size: 11px;
}

