body {
	background-color: #D1D9DC;
	background-image:  url(bgmain.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: center center;
	margin: 0px;
}

.std {

	font: 80%/140% "Trebuchet MS", Tahoma, Arial;;
	color: #000000;
}

A:link {
	text-decoration: underline;
	color: black;
}
A:visited {
	text-decoration: underline;
	color: black;
}
A:active {
	text-decoration: underline;
	color: black;
}
A:hover 
	{
	text-decoration: none;
	color: #E46713; 
	}