@charset "iso-8859-2";

body {
	background-color: #faf4d3;
	color: #faf4d3;
	font-family: Arial;
	font-size: 16px;
	text-decoration: none;
	}
	
a:active {
	font-family: Arial;
	font-size: 16px;
	color: #faf5d7;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;

}

a:link {
	font-size: 16px;
	color: #faf5d7;
	font-family: Arial;
	text-decoration: none;
	font-weight: normal;


}
a:visited {
	font-family: Arial;
	color: #faf5d7;
	font-size: 16px;
	text-decoration: none;
}
a:hover {

	font-family: Arial;
	font-size: 16px;
	color: #faf5d7;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}


