body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:19px;
	background-color:#FFFFFF;
	background-image:url(images/background_repeat.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	
}

a:link {
	color: #360;
	text-decoration:none;
}
a:visited {
	color:#360;
	text-decoration:none;
}
a:hover {
	color:#C90;
	text-decoration:none;
}
a:active {
	color:#690;
	text-decoration:none;
}


