BODY{
	color : Black;
	font-family : Arial, Helvetica, sans-serif, serif;
	font-size : small;
	background : url(images/bg.jpg) fixed;
	}

BODY TD{
	color : Black;
	font-family : Arial, Helvetica, sans-serif, serif;
	font-size : small;
}

A {
	color : Blue;
}

A:HOVER {
	color : Red;
	text-decoration : none;
}
