@charset "utf-8";
a {
	text-decoration: none;
}
a:link{
	color: #003567;
}
a:visited{
	color: #003567;
}
a:hover{
	color: #a40035;
	font-weight: bold;
}
a:active{
	color: #a40035;
}

.subtitle_w{
	font-size: 18px;
	color: #FFFFFF;
}