@charset "utf-8";
body {
	background-color: #593217;
	background-image: url(../img/bg-htm.gif);
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: left top;
	margin:0;
	padding:0;
	font-size:12px;
	font-family:Tahoma, Verdana, Arial;
	color: #000000;
}


a:active {
	color: #593217;
	text-decoration: underline;
}

a:visited {
	color: #593217;
	text-decoration: underline;
}

a:link {
	color: #593217;
	text-decoration: underline;
	
}

a:hover {
	color: #666666;
	text-decoration: none;
}

.cursor {
	cursor:pointer;
}





a img {
border-color:#666666;
}

a img:hover {
border-color:#990000;
}




/* INTRO */

.info {
	font-size:12px;
	font-family: Tahoma, Verdana, Arial;
	color: #996666;
}

