.background {
	background-image: url(image/topproduct.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
	background-color : White;
}

BODY
{
	FONT-FAMILY: Arial;
	FONT-SIZE: 12px;
	font-style: normal;
	color: Black;
	background-color: White;
	margin-bottom : 20;
	margin-left : 20;
	margin-right : 20;
	margin-top : 20;
}

TD
{
    FONT-FAMILY: Arial;
    FONT-SIZE: 12px; 
    font-style: normal;
    color: #000000;
}

A
{
	font-family : Arial;
	font-size : 12px;
	text-decoration: none;
	color: Blue;
}

A:visited
{
	font-family : Arial;
	font-size : 12px;
	text-decoration: none;
	color: Blue;
}

A:hover
{
	font-family : Arial;
	font-size : 12px;
	text-decoration: underline;
	color: Red;
}
