body{
	color: black;
	background-image: url(site/images/bg2.html);
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}
a:link,a:visited,a:active{
	color: red;
	font-weight: bold;
	text-decoration: none;	
}
a:hover{
	color: white;
	font-weight: bold;
	text-decoration: none;
}