@charset "utf-8";
/* CSS Document */
/*
 * layout especific colors */

body {
	/*background: #000 url('../img/bodybg.jpg') fixed repeat center top;*/
	/*background: url("../img/bodybg.jpg") no-repeat center center fixed; */
	background-color: #fffa66;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/*.nav {
	color: #8A4F61;
	background-color: transparent;
}

.nav_button {
	background-color: #8A4F61;
	color: #8A4F61;
}
.menu ul li:hover > p span {
	color: #8A4F61;
}
.menu ul li.head ul li a:hover {
	color: #8A4F61;
}*/

 a:link {
color:#000000;
text-decoration:none;
}
a:visited {
color:#000000;
text-decoration:none;
}
a:hover {
color:#000000;
text-decoration:none;
}
a:active {
color:#00ff00;
text-decoration:none;

}
	
