@charset "utf-8";
body {
	background-image: url();
	background-color: #2A2C2B;
}
.style1 {color: #ACA899}
.style2 {color: #FFFFFF}
.style3 {
	font-size: 17px;
	font-weight: bold;
}

a:link {
	color: #DEE0DF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9AA69C;
}
a:hover {
	text-decoration: none;
	color: #E1DFE0;
}
a:active {
	text-decoration: none;
	color: #DFDFDF;
}

p {
}

