
a{
    color: black;
    text-decoration: none;
}
a:not(.no_hover):hover{
    color: #CB1277;
}

a:hover h4,a:hover h3{
    cursor: pointer;
}

.fat_pink{
    color: #CB1277;
    font-weight: bold;
}

h1, h2, h3, h4, h5, h6{
    font-size: inherit;
    font-weight: normal;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

/*----------*/
/*  FONTS   */
/*----------*/


/*@font-face{
    font-family: 'Vegur';
	src: url('/font/Vegur-R_0.600.otf');
}*/

body{
    font-family: "Helvetica Neue", "Helvetica", "sans-serif";
}


#menu, #menu_title, #work_menu, #page_title{
    font-family: "Myriad Pro", "Vegur", "Arial", "sans-serif";
}


/*----------*/
/*  FOOTER  */
/*----------*/



#footer_text{
    width: 100%;
    color: #C0C2C3;
    text-align: right;
    position: absolute;    
    text-align: right;
    top: 20px;
    right: 20px;
    font-size: 12px;
}

#footer span{
    text-align: right;
    display: block;
}

#footer a{
    border-bottom: 2px solid #e2007f;
}

#footer_link{
    margin-bottom: 5px;
}

.font_18{
    font-size: 18px;
}

.font_16{
    font-size: 16px;
}

.star{
    font-style: normal;
    font-size: 0.8em;
}

.fat{
    font-weight: bold;
}



.italic{
    font-style: italic;
}

.normal{
    font-weight: normal;
}

#background{
    display: none;
}
