/* 
    Assignment Name: Pacific Trails Resort
        Task 2: The External Style Sheet
    File Name: pacific.css
    Date: 10/15/18 
    Programmer: Mary Grace A. Gusso */

body    { background-color: #FFFFFF;
          color: #666666;
          font-family: Verdana, Arial, sans-serif; }

header  { background-color: #000033;
          color: #FFFFFF;
          font-family: Georgia, sans-serif; }

h1      { line-height: 200%; }

nav     { background-color: #90C7E3;
          font-weight: bold; }

h2      { color: #3399CC;
          font-family: Georgia, serif; }

dt      { color: #000033;
          font-weight: bold; }

.resort { color: #000033;
          font-size: 1.2em; }

footer  { font-size: .07em;
          font-style: italic;
          text-align: center; }

#wrapper { width: 80%;
           margin-left: auto;
           margin-right: auto; }