body {
	margin: 0 0 0 0; 
	background-image: url('images/background.jpg');
	cursor: default; 
}

a {
	cursor: default; 
	color: #a66266;
}

a:hover {
	color: #980000;
	cursor: default; 
	text-decoration: underline;
}

div.titl, h3 {
	background-image: url('images/titles.jpg');
	color: #88414a;
	background-repeat: no-repeat;
	font-family: Georgia;
	padding-bottom: 30px;
	padding-left: 65px;
	padding-top: 10px;
	margin-left: 10px;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	text-transform: lowercase; 
}

p.titi, p, li {
	color: #b97980;
	font-family: Georgia;
	font-size: 11px;
	padding-left: 25px;
	margin-top: 10px;
}

strong, b {
	color: #b00000;
}

em, i {
	color: #8f4f5a;
}

u {
	color: #b0323e;
}

.stats {
	background-image: url('images/background-stats.jpg');
	background-position: center;
	width: 220px;
	padding: 15px;
	font-style: italic;
}
	
.stats a:hover {
	color: #b97980; }
	
value, input, textarea, option, select {
	border: 1px solid #880000;
	font-family: Georgia;
	font-size: 11px;
	background-color: #410808;
	color: #b97980;
}
