article, aside, figure, figcaption, footer, hgroup, header, 
section, nav {
   display: block;
}

body * {
   font-family: 'Calibri', 'Trebuchet MS', sans-serif;
   font-size: 100%;
   line-height: 1.2em;
   list-style: none;
   margin: 4px;
   padding: 6px;
}

body {
   margin: 30px auto;
   width: 85%;
   min-width: 820px;
   max-width: 1400px;
}

header {
   margin-left: 120px;
}

nav {
   background-color: seagreen;
   float: left; 
   min-height: auto;
   width: 15%;
}

nav ul {
   list-style-type: none; 
   padding-left: 0px;
   margin-left: 10px;
}

nav ul li {
   font-size: 14px;
}

nav li.linktitle {
   color: rgb(229, 247, 165); 
   font-size: 25px;
   margin: 15px 0px 4px;
}

nav ul li a {
   color: white;
   text-decoration: none; 
}

section {
   float: left; 
   min-height: 500px;
   width: 60%; 
   padding: 0x 10px;
   border: 8px solid mediumseagreen;
   background-color: rgb(235, 240 ,255);
}

section hgroup h1 {
   font-size: 26px;
   font-weight: normal;
   color: rebeccapurple;
   letter-spacing: 5px;
   margin: 5px 0px 0px 5px;
}

section hgroup h2 {
   font-size: 10px;
   color: seagreen;
   text-align: right;
   font-weight: normal;
   margin: 0px 20px 10px 5px;
}

section h2 {
   font-size: 1em;
   color: seagreen;
   margin: 10px 0px 5px 0px;
   text-indent: 10px;
}

footer {
display: block;
width: auto;
clear: left;
margin-top: 30px;
font-size: 12px;
font-family: cursive;
text-align: center;
color: black;
border-top: 3x dashed seagreen;
}

ol {
  color: darkblue;
    float:right;
}

ol li {
margin: 0;
padding: 0;
list-style-type: decimal-leading-zero;
}

h3 {
    font-size: 25px;
    color: darkblue;
}

deals {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: orangered;
}