/* 
   Name: Mac
   Date: 1/24/13
*/

/*---------------------------------------------------------
   All style sheets will begin with the following rule, so
   that no matter what browser is in use, the new HTML5 
   structural elements will be treated as block-level 
   elements (aka "grouping elements"--ref HTML page 26.)
----------------------------------------------------------- */

header, footer, nav, section, article, aside {
          display: block;   
}

/* -------------------------------------------------------  */



body  {
         background-color: lightyellow;
         border-style:none;         
}

@media only screen and (max-width: 500px) {
   
    .main {
        padding: 1%;
    }
     
img {
        
}

a {
   outline: 0;
}

main {
    display:block;
}

a:hover, a:active, a:focus {
  outline: 1;
}

.foot1 {
        font: arial, sans-serif;
        font-size: 12px
}























