body {
	background-attachment: scroll;
	background-image: url(bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
td {
	font-size: 12px;
	line-height: 18px;

}
a:visited {
	color: #000000;
}
a:active {
	color: #CCCCCC;
}
a:hover {
	font-size: 13px;
	color: #FF0000;
	text-decoration: underline;
}
a:link {
	color: #000000;
	text-decoration: none;
}
