body {
	background-image: url(images/bkgrnd.jpg);
	background-repeat: repeat-x;
	/*background-attachment: fixed;*/
}
.text {
	font-family: Tahoma;
	font-size: 9pt;
	color: 606060;
}
a:link {
	color: #FF9900;
}
a:visited {
	color: #FF9900;
}
a:hover {
	color: #FF6600;
}
