@charset "utf-8";
body {
	background-color: #777265;
	font-family: "Century Gothic";
	font-size: 13px;
}

.text {
	font-family: "Century Gothic";
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #DFD9C9;
	text-align: center;
}

.text-left-menu {
	font-family: "Century Gothic";
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #DFD9C9;
	text-align: left;
}

#nav
		{
	float: center;
		}
		
a.b:link {
	font-family: "Century Gothic";
	font-size: 13px;
	font-weight: normal;
	color: #DFD9C9;
	text-decoration: none;
	cursor: pointer;
	} 
a.b:visited {
	color: #DCD6C7;
	text-decoration: none;
	} 
a.b:hover {
	color: #040500
}

