body {
      border: 2px solid black;
      text-align: left;
      font-size: 150%;
      font-family: Tahoma, Geneva, Verdana, Sans-serif;
      color: black;
     }
header  {
         text-align: left;
         border-style: solid;
         background: #F58205;
         border: 2px solid black;
        }
header p {
           padding: 0 15px 0 0;
           font-size: 100%;
           font-weight: bold;
           font-style: italic;
           float: left;
           color: white;
         }
header ul li {
           padding: 0 0 0 15px;
           font-size: 85%;
           text-align: left;
           display: inline;
           float: left;
	   color: white;
           border-bottom: 2px solid white;
          }
header a:link #header a:visited {        	          
                                 text-decoration: none;
   
                                 color: white;
                                }
nav    {
        border: 0;
        padding: 0 0 0 0;
        background-color: black;
        text-align: left; 
        color: white;
       }
ul {
    list-style-type: none;
    padding: 0 0 0 0;
    text-align: left;
    }
nav ul li {
            list-style-type: none;
            padding: 0 0 0 0;
            text-align: left;

            border-bottom: 1px solid white;
          } 
nav li a:link {
                font-size: 80%;
                padding: 0 0 0 0;
                list-style-type: none;
                text-align: left;
                color: white;
                text-decoration: none;
               }
nav li a:visited {
                  padding: 0 0 0 0
                  color: yellow;
                 }      
.sale-price-bold {
                  color:  red;
                 }	
section {
         padding: 0 0 0 0;
        }
aside {
         padding: 0 10px 0 10px;
        }
h1 {
    padding: 1px 0 0 0;
    font-size: 1.0em;
    font-style: italic;
    font-weight: bold;
    text-align: center;
   } 
h2 {
    padding: 1px 0 0 0;
    font-size: 1.6em;
    font-style: italic;
    font-weight: bold;
    text-align: center;
   } 
h3 {
    padding: 1px 0 0 0;
    font-size: 1em;
    font-weight: bold;
    text-align: left;
   } 
footer  {

         clear: both;
         padding: 0 10px 10px 20px;
         text-align: center;
         font-size: 80%;
         font-weight: bold;
         font-style: italic;
        }
footer ul {
          }
footer li  {
            font-size: 90%;
            padding: 0 10px 0 20px;
            font-style: normal;
            display: inline;
	    text-align: center;
           }
footer a:visited {
                  font-size: 90%;
      	          text-decoration: none;
                  color: red;

                 }