/*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
{
text-decoration: none;
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.5em; padding-bottom: 1.5em; padding-left: 0.25em; padding-right: 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 - advertiser */
.advertiser {background-color: yellow; width: 15%; float: right; text-align: center; font-family: "verdana"; font-weight: bold; }


/* Settings - Sidebar */
.sidebar {background-color: lime; width: 60%; float: left;}
.sidebar a {text-decoration: none; font-size: 1.0em; font-weight: bold; padding: 5px;}

/* Settings - Article */
.article {background-color: yellow; text-align: left; padding: 8px; width: 38%; float: right;}
.side-picture {border: 3px black dashed; padding: 2px; float: right;}

/* Settings - Footer */
.footer {background-color:silver; width:60%; float:left;}
.navbar ul li {display:inline;}
.navbar a {
padding:8px;
color:white; background-color:black;
font-family:arial;
border-style:outset;
}

text-decoration:none;
width:8em;

.navbar a:hover,
.navbar a:active
{
border-style:inset;
color:yellow;
}