@charset "UTF-8";
/* CSS Document */

body {
	background-color: #cebca5;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#menu {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	color:#e95d0f;
}
#menu a:visited {
	color:#da9262;
	text-decoration:none;
}
#menu a:link {
	color:#da9262;
	text-decoration:none;
}
#menu a:hover {
	color:#cebca5;
	text-decoration:none;
}
#txt {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #cebca5;
}
#txt a:visited {
	color:#cebca5;
}
#txt a:link {
	color:#cebca5;
}
#txt a:hover {
	color:#cebca5;
	text-decoration:none;
}
h1 {
	color: #cebca5;
	font-size: 14px;
	font-weight: bold;
	text-align:justify;
}
p {
	text-align: justify;
}
