/* Fonts */

@font-face {
    font-family: 'roboto';
    src: url('roboto-regular.woff2?#iefix') format('woff2'),
         url('roboto-regular.woff') format('woff'),
         url('roboto-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


.roboto-header2{
    font-family: "roboto", serif;
    font-weight: bolder;
    font-style: normal;
    font-size: xxx-large;
}

.roboto-header3{
    font-family: "roboto", serif;
    font-weight:bolder;
    font-style: normal;
    font-size: xx-large;
}

.roboto-content{
    font-family: "roboto", serif;
    font-weight: normal;
    font-style: normal;
    font-size: x-large;
}

.roboto-body{
    font-family: "roboto", serif;
    font-weight: normal;
    font-style: normal;
    font-size: medium;
    color: #8d8f95
}


.footer{
    font-family: "roboto", serif;
    font-weight: normal;
    font-style: normal;
    font-size: small;
    color: #8d8f95;
}

/* unvisited link */
.footer a:link {
    color: #8d8f95;
    text-decoration: none;
}

/* visited link */
.footer a:visited {
    color: #8d8f95;
    text-decoration: none;
}

/* mouse over link */
.footer a:hover {
    color: #8d8f95;
    text-decoration: none;
}

/* selected link */
.footer a:active {
    color:#8d8f95;
    text-decoration: none;
} 