/* CSS Document */
.menu_galleries {
	font-family: Arial;
	font-size: 12px;
	color: #801106;
	font-weight:lighter;
}
.menu_galleries a:link{
	color: #801106;
	text-decoration: none;
}
.menu_galleries a:visited{
	color: #801106;
	text-decoration: none;
}
.menu_galleries a:hover{
	color: #EA92C2;
	text-decoration: none;
}
.menu_galleries a:active{
	color: #EA92C2;
	text-decoration: none;
}


.copyright {
	font-family: Arial;
	font-size: 10px;
	color: #801106;
}
.copyright a:link{
	color: #801106;
	text-decoration: none;
}
.copyright a:visited{
	color: #801106;
	text-decoration: none;
}
.copyright a:hover{
	color: #EA92C2;
	text-decoration: underline;
}
.copyright a:active{
	color: #EA92C2;
	text-decoration: underline;
}


.text-main {
	font-family: Arial;
	font-size: 12px;
	color: #801106;
}
.text-main a:link{
	color: #A942B5;
	text-decoration: underline;
}
.text-main a:visited{
	color: #A942B5;
	text-decoration: underline;
}
.text-main a:hover{
	color: #EA7FA9;
	text-decoration: none;
}
.text-main a:active{
	color: #EA7FA9;
	text-decoration: none;
}