body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-attachment: fixed;
	background-color: #666666;
	background-image: url(../images/background01.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
}
a:link {
	color: #FF3399;
}
a:visited {
	color: #FF0066;
}
a:hover {
	color: #FF3399;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
}
