@CHARSET "UTF-8";

body {
	margin: 0px;
	padding: 0px;	
	color: #817b67;
	font-size: 11px;
	font-family: verdana, tahoma;
}
a, a:visited {
	color: #933b36;
	text-decoration: none;	
}
a:hover {
	text-decoration: underline;	
}
a img {
	border: none;
}

a.more2, a.more2:visited, a.more2:hover {
	display: block;
	background: #dad5be url("images/more2.gif") no-repeat right;
	text-decoration: none;
	height: 15px;
}

a.more1, a.more1:visited, a.more1:hover {
	display: block;
	background: #d0cab3 url("images/more1.gif") no-repeat right;
	text-decoration: none;
	height: 15px;
}


h1 {
	color: #662200;
	font-size: 13px;
	background: url("images/lilia.gif") no-repeat;
	padding: 2px 4px 4px 35px;
	margin: 5px;
}
h1.dark {
	background: url("images/liliaDark.gif") no-repeat;
}
h1.middle {
	background: url("images/liliaMiddle.gif") no-repeat;
	color: #f0eee5;
}
h1.light {
	background: url("images/liliaLight.gif") no-repeat;
	color: #662200;
}
hr {
	height: 1px;
	padding: 0px;
	margin: 5px 0px;
	color: #87847a;
	background-color: #87847a;
	border: none;
}