@charset "utf-8";
/* CSS Document */

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:center;
	}
	
	a img {border: none; } 

a:link {
	color:#669966;
	text-decoration:none;
}

a:visited {
  color: #669966;
  	text-decoration:none;
}

a:hover {
	color: #CC6666;
	background:none;
}

a:active {
  color: #669966;
  	text-decoration:none;
}
	
h1{
 color: #000000;
 margin: 0px;
 padding: 0px;
}


a img {border: none; } 