
/* Project CSS */

  *
  {
    font-family: Helvetica, Arial, Verdana, sans-serif;
    color: #222222;   /* color: #665544; */
    text-align: center;
  }
  
  html
  {
    /* background-color: white; */
    /* border: 1px solid blue; */
  }
  
  body
  {
    /* width: 90%; */
    /* margin: 0 auto; */
    
    text-align: justify;
    
    background-repeat: repeat;
    background-image:url('../images/BlueGreen.jpg');
    
    /* background-color: lightgray; */
    /* border: 1px solid blue; */
  }
  
  #page
  {
    width: 90%;
    margin: 2% auto;
    padding: 0 1%;
    /* background-color: white; */
    /* border: 1px solid blue; */
  }
  
  header
  {
    text-align: center;
    /* margin: 1%; */
    /* background-color: violet; */
    /* border: 1px solid blue; */
  }
  
  nav, footer
  {
    /* height: auto; */
    text-align: justify;
    background-color: #efefef;
    background-color: hsla(240, 100%, 100%, 0.3);
    margin: 1% auto;
    padding: 0 0;
    clear: both;
    /* border: 1px solid blue; */
  }
  footer
  {
    padding: 0.1%;
    width: 150px;
    margin: 100px auto 25px auto;
  }
  
  #content
  {
    float: left;
    width: 70%;
    margin: 0;
    
    text-align: justify;
    
    /* background-color: cyan; */
    /* border: 1px solid blue; */
  }
  aside
  {
    float: right;
    width: 28%;
    /* min-height: 525px; */
    padding: 2% 0 2% 0;
    margin: 0;
    background-color: #efefef;
    background-color: hsla(240, 100%, 100%, 0.3);
    /* background-color: yellow; */
    /* border: 1px solid blue; */
  }
  
  aside h2
  {
    padding-bottom: 3%;
  }
  
  aside h3 a
  {
    color: blue;
    font-size: 120%;
    line-height: 2em;
    text-decoration: none;
  }
  aside h3 a:hover, h3 a:focus
  {
    color: #bb11bb;
  }
  
  article
  {
    /* height: 75em; */
    margin-bottom: 2%;
    /* margin-bottom: 1em; */
    background-color: #efefef;
    text-align: justify;
    line-height: 120%;
    padding: 2% 5%;
    border: 0px solid blue;
    box-shadow: 2px 2px 2px #000000;
    /* border: 1px solid blue; */
  }
  
  article ul li
  {
    text-align: justify;
  }
  
  header nav ul li
  {
    display: inline;
    padding: 2.0em;
  }
  
  header nav ul li a
  {
    /* display:block; */
    color: blue;
    font-size: 120%;
    line-height: 2em;
    text-decoration: none;
  }
  
  a
  {
    text-decoration: none;
  }
  
  header nav ul li a:hover, ul li a:focus
  {
    color: #cfffcf;
  }
  
  h1
  {
    color: white;
  }
  h2, h3, h4, h5, h6
  {
    color: black;
  }
  h1, h2, h3, h4, h5, h6
  {
    clear: left;
    text-align: center;
  }
  h1
  {
    text-transform: uppercase;
    text-shadow: 2px 2px 1px black;
  }
  
  p
  {
    text-align: justify;
  }
  
  .clear
  {
    clear: both;
  }
