body {
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(bgmain.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
A  {
	text-decoration : none;
}

A:hover  {
	text-decoration : underline;
	color : Red;
}