body {
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
a:hover {
	font-weight: bold;
	color: #FF9900;
	text-decoration: underline;
}
a:link {  color: #FF6600; text-decoration: none; font-weight: bold}
a:active {  color: #FF6600; text-decoration: none; font-weight: bold}
a {  color: #FF6600; text-decoration: none; font-weight: bold}
