body {
	background-attachment: scroll;
	background-color: #333333;
	background-image: url(images/BAK2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF6600;
	margin: 1px;
	padding: 1px;
	height: 18px;
	width: 150px;
	clear: left;
	float: left;
	line-height: 16px;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF6600;
	margin: 1px;
	padding: 1px;
	clear: left;
	float: left;
	height: 18px;
	width: 150px;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #666666;
	margin: 1px;
	padding: 1px;
	clear: left;
	float: left;
	height: 18px;
	width: 150px;
}

