/*Settings - Wrapper */
body {text-align: center;}
.wrapper {background-color: aqua; width: 85em; text-align: left;
margin-left: auto; margin-right: auto; margin-top: -16px;
margin-bottom: auto; padding: 3px}

h1
{
font-family: "Verdana";
color:blue;
border: dashed 1px red;
background-color: white;
padding-top: 0.05em; padding-left: 0.05em; padding-bottom: 0.05em;
}

h2
{
font-family: "Verdana";
color:blue;
border: dashed 1px pink;
background-color: pink;

}




h3
{
text-decoration: underline;
color: black;
}

h4
{
margin: none;
padding-top: none;
padding-bottom: none;
}

/* Settings - Header */
.header {
background-color: pink;
padding-top: 0.05em; padding-bottom: 0.05em;padding-left: 0.25em;
border: 5px black solid; color: black;
}

/* Settings - logo */
.logo {text-decoration: none; background-color: pink; width: 15%; float: left; line-height: 1.5em; padding-top: none; padding-bottom: none;}

/* Settings - company */
.company {background-color: lime; width:85%; float: center; line-height: 1.5em; text-align: center;}



/* Settings - Sidebar */
.sidebar {background-color: lime; width: 74%; float: left;}
.sidebar a {text-decoration: none; font-size: 1.0em; font-weight: bold; padding: 1px;}

/* Settings - Article */
.article {background-color: yellow; text-align: left; padding: 1px; width: 25%; float: right;}
.side-picture {border: 2px black dashed; padding: 0px; float: left;}

