@charset "utf-8";
/* CSS Document */

ิbody{

}
.main{
	background-color: #F85C5F;
	margin-top: 20px;
	
}
a:link {
    color: rgba(61,60,58,1);
    text-decoration: none;
}
a:visited {
    text-decoration: none;
    color: rgba(61,60,58,1);
}
a:hover {
    text-decoration: none;
    color: rgba(61,60,58,1);
}
a:active {
    text-decoration: none;
    color: rgba(61,60,58,1);
}