@charset "iso-8859-8";
a:link {
	color: #712D00;
	text-decoration: none;
}
a:visited {
	color: #8C5F00;
	text-decoration: none;
}
h2 {
	color: #3E2900;
}
h1 {
	color: #201E0D;
}
h3 {
	color: #211F0E;
}

a:hover {
	color: #FF3300;
//	text-decoration: underline;
}

body {
	background-color: #E8E5D2;
	background-image: url(images/back_02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 20px;
	color: #000000;
}
