CSS Document
{margin:20px; padding;90}
@font-face {
    font-family: 'rosariobold';
    src: url('fonts/rosario-bold-webfont.eot');
    src: url('fonts/rosario-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/rosario-bold-webfont.woff') format('woff'),
         url('fonts/rosario-bold-webfont.ttf') format('truetype'),
         url('fonts/rosario-bold-webfont.svg#rosariobold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'rosarioregular';
    src: url('fonts/rosario-italic-webfont.eot');
    src: url('fonts/rosario-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/rosario-italic-webfont.woff') format('woff'),
         url('fonts/rosario-italic-webfont.ttf') format('truetype'),
         url('fonts/rosario-italic-webfont.svg#rosarioregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'rosarioregular';
    src: url('fonts/rosario-regular-webfont.eot');
    src: url('fonts/rosario-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/rosario-regular-webfont.woff') format('woff'),
         url('fonts/rosario-regular-webfont.ttf') format('truetype'),
         url('fonts/rosario-regular-webfont.svg#rosarioregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


body, html {
    margin: 40px;
    background: rgb (240, 240, 10);
    font-family: "rosarioregular"
}

header { 
    width:100%;
    margin:20px;
    min-height: 150px;

}

header nav { 
    float:right;
}

header nav ul li { 
    float: left; 
    list-style-type:none
}

header nav ul li a { 
    color:#6f6f6f;
    text-decoration:none; 
    margin:10px
}

article h1 {
    font-family: "rosariobold";
    font-size:18px;
    color:#6f6f6f;
}

article { 
    font-family: "rosarioregular";
    font-size:15px;
    color:#6f6f6f;
    margin: 20px
        
}
section { 
    width:100%; 
    min-height:600px; 
    margin:20px;
    color:#6f6f6f;
    font-size:13.2px;
        
    
}
footer a { 
    color: #00b8d8;
    text-decoration:none; 
    position: relative;
    margin:20px;
    font-size: 12.3px;
        
}