@charset "UTF-8";
A:LINK {
    background-color : transparent;
    text-decoration : none;
    color : #B7A35E;
} 

A:VISITED {
	background-color: transparent;
	text-decoration: none;
	color: #B7A35E;
} 

A:ACTIVE {
    background-color : transparent;
    text-decoration : none;
    color : #B7A35E;
}

A:HOVER {
	background-color: transparent;
	text-decoration: none;
	color: #FFFFFF;
}
.title {
	font-family: Verdana;
	font-size: xx-large;
	font-style: normal;
	font-weight: 400;
	color: #B7A35E;
	border-color: Aqua;
}
.title_small {
	font-family: Verdana;
	font-size: large;
	font-style: normal;
	font-weight: 400;
	color: #FFFFFF;
	border-color: Aqua;
}
.normal {
font-family: Verdana;
font-size: small;
font-style: normal;
font-weight: 400;
color: #B7A35E;
border-color: Aqua;	
}
.normal_white {
font-family: Verdana;
font-size: small;
font-style: normal;
font-weight: 400;
color: #FFFFFF;
border-color: Aqua;	
}
.normal_red_bold {
font-family: Verdana;
font-size: small;
font-weight: bold;
color: red;
border-color: Aqua;	
}