   
/*  --------------------------------------------    
    normalization.css
    com.tijuanaflats.www
    regi e.(regi@pushhere.com, Lead Dev)
    - Requires(Location):
      (styles/normalization.css)
    --------------------------------------------  */
    

/*  =BASIC SELECTORS
    ----------------------------------------------  */
    body {
      margin: 0;
      padding: 0;
      font-size: 100%;
      font-family: Georgia, arial, sans-serif;
      color: rgb(0,0,0);
      background: rgb(0,0,0);
    }
    h1 {
      font-size: 138.5%;
      line-height: 1.5em;
    }
    h2 {
      font-size: 123.1%;
      line-height: 1.3em;
    }
    h3 {
      font-size: 108%;
      line-height: 1.3em;
    }
    h1, h2, h3, h4, h5 {
      margin: 0 0 0.5em;
    }
    h1, h2, h3, h4, h5, h6, strong {
      font-weight: 500;
      color: rgb(0,0,0);
    }
    em {
      font-style: italic;
    }
    blockquote, ul, ol, dl {
      margin: 0.5em;
    }
    ol, ul, dl {
      margin-left: 1em;
      padding: 0;
      margin: 0 0 1em;
    }
    ol li {
      list-style: none;  
    }
    ul li {
      list-style: none;
    }
    p, fieldset, table {
      margin-bottom: 1em;
      line-height: 1.3em;
      font-size: 1em;
      color: rgb(123,123,123);
    }
    a:link, a:active, a:visited {
      text-decoration: none;
      color: rgb(200,49,193);
      outline: none;
      
    }
    a:hover {
      color: rgb(255,255,255);
      text-decoration: none;
    }
    .wai {
      text-indent: -9999px;
      height: 0.1em;
      position: absolute;
    }
    .Safari input {
      outline: none;
    }
    fieldset {
      border: none;
      margin: 0px;
      padding: 0px;
    }
