@font-face{
    font-family: 'FontAwesome', sans-serif;
    src:url(https://maxcdn.bootstrapcdn.com/font-awesome/2.0/font//fontawesome-webfont.eot?#iefix) format('eot'),
    url(https://maxcdn.bootstrapcdn.com/font-awesome/2.0/font//fontawesome-webfont.woff) format('woff'),
    url(https://maxcdn.bootstrapcdn.com/font-awesome/2.0/font//fontawesome-webfont.ttf) format('truetype'),
    url(https://maxcdn.bootstrapcdn.com/font-awesome/2.0/font//fontawesome-webfont.svg#FontAwesome) format('svg');
}

body{
    padding:2% 10% 10% 10%;
    font-size: 17px;
    color: #646464;
    line-height: 1.15;
    font-weight: 500;
    font-family: Roboto,sans-serif;
}
a{
    color: #337ab7;
    text-decoration: none;
    font-weight: 700;
    font-size: 85%;
 }
a:hover{
    color: #ff7c50;
    text-decoration: none;
    font-weight: 700;
    font-size: 85%;
}
h2 {
    font-weight: 400;
    font-size: 23px;
    color: #646464;
    margin-top: 20px;
    margin-bottom: 10px;
}

p {
    margin: 0;
    margin-bottom: 4px;
}