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

HTML, BODY {
	background-image:url(images/bg_stripe2.gif);
	background-color: #f8eee7;
	background-repeat: repeat;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: center;
	}

.general_text {

font-family: arial, verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #3c3c3c;
	line-height: 18px;

}

.general_text a:link{
	color: #b9836b;
	text-decoration: underline;
}

.general_text a:visited{
	color: #b9836b;
	text-decoration: underline;
}
.general_text a:hover{
	color: #b9836b;
	text-decoration: none;
}