body {
    margin-right: 15px;
    margin-left: 10px;
}

article {
    font-family: 'Times New Roman', Times, serif;
    text-align: justify;
    margin: 50px 100px 10px 100px;
    line-height: 1.6;
    background-image: url('WidgetCoLogo.gif');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 550px 360px;

}

section {
    border: #000000 5px solid;
    border-left: 30px solid #a16702;
    padding: 10px;
    margin-bottom: 20px;
    background-color: #fdbf68;
    clear: both;
    line-height: normal;
    padding-left: 20px;


}

header {
   text-align: center;
   border-top: 1px solid #000000; 
   border-bottom: 1px solid #000000;
   border-right: 15px solid #000000;
   padding: 4px 0;
   font-family: 'Times New Roman', Times, serif;
   font-variant: small-caps;
}

aside {
    text-align: right;
    font-family: 'Times New Roman', Times, serif;
    padding-top: 5px;
    padding-right: 15px;
    color: #000000;
    border-right: #c17d00 15px solid;
    float: right;
    width: 200px;
}

aside::first-line {
    font-weight: bold;
}

footer {
    text-align: right;
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
    border-top: 1px solid #c8c8c8;
    color: #b4b4b4;
    padding: 5px 0;
}

footer a:link {
    color: #939397;
}

h1 {
    font-family:'Times New Roman', Times, serif;
    font-size: 42px;
    margin: 30px 0 10px 0;
    text-align: left;
}

h2 {
    font-family:'Times New Roman', Times, serif;
    font-style: italic;
    text-align: center;
    line-height: normal;
}