@charset "utf-8";
.main {
	float: center;
	width: 100%;
	margin-bottom: 25px;
	font-size: 25px;
        font-weight: normal;
	background: #FFFFFF;
}
.main a, .main a:hover, .main a:visited, .main a:focus, .main a:active{
	color:red;
}