@charset "utf-8";

.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}

.f10{font-size:10px;}

.red{color:#d30c23;}

/* -------------------------------------------------------------------------------- */
/*      L I N K   C O L O R                                                         */  
/* -------------------------------------------------------------------------------- */

a:link{color:#514c3d; text-decoration:underline;}
a:visited{color:#514c3d; text-decoration:underline;}
a:hover{color:#514c3d; text-decoration:none;}
a:active{color:#514c3d; text-decoration:none;}
a:focus{outline:none;}
