@charset "UTF-8";

.style1 {	
	font-family: Tahoma;
	font-size: 12px;
	color: #6C390F; 
}
a:link {
	font-family: Tahoma;
	font-size: 12px;
	color: FDF8DE;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: FDF8DE;
	text-decoration: none;
}
a:hover {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: FDF8DE;
	text-decoration: underline;
}
a:active {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: FDF8DE;
	text-decoration: none;
}

