
html,body{
    margin:0;
    font-family:Helvetica Neue,Helvetica,Arial,sans-serif;
}

@font-face{
    font-family:DerailedBlack;
    src:url("../../fonts/derailed-black-webfont.woff") format('woff');
	font-weight:normal;
}

@font-face{
    font-family:DerailedBold;
    src:url("../../fonts/derailed-bold-webfont.woff") format('woff');
	font-weight:normal;
}

@font-face{
    font-family:DerailedRegular;
    src:url("../../fonts/derailed-regular-webfont.woff") format('woff');
	font-weight:normal;
}

@font-face{
    font-family:BariolRegular;
    src:url("../../fonts/Bariol_Regular.woff") format('woff');
	font-weight:normal;
}

p{
    color:#4c4c4c;
    line-height:1.5;
}

a:hover{
    background-color:#d1e9ff;
    text-decoration:none;
}

h2{
    font-family:DerailedBlack;
    font-weight:normal;
    color:#4a4a4a;
    font-size:2.5rem;
}

h3{
    font-family:BariolRegular;
    font-weight:400;
    color:#4a4a4a;
    font-size:2.5rem;
}

p.big{
    font-size:1.4rem;
}