
  body, html {
    font-family: Helvetica, Arial, sans-serif;
    background-color: #F5F5F5;
    color: #5b6d95;
  margin-top: 10px;
  margin-left: 40px;
  margin-right: 40px;
  }
  a {
    text-decoration: none;
  }
  a:hover {
    text-decoration: underline;
  }
  #titleBar {
    height: 90px;
    overflow: hidden;
    -moz-box-shadow:    0px 0px 10px 3px #BBC;
    -webkit-box-shadow: 0px 0px 10px 3px #BBC;
    box-shadow:         0px 0px 10px 3px #BBC;
  }
  #titleBar #container {
    margin-top: 14px;
  }
  #titleBar h1 {
    margin: 0 auto .5em auto;
    padding: .2em;
    color:#5b6d95;
    text-align: center;
  }
  #intro {
    background-color: #DDD;
    margin: 1em 1em 0 1em;
    padding: .75em;
    text-align: center;
    border: 1px solid #CCC;
    font-size: 18px;
  }
  #intro p {
    margin: .3em 0 .3em 0;
  }
  #outer-content {
    max-width: 910px;
    margin-left: auto;
    margin-right: auto;
  }
  #content {
    margin: 1em auto 1em auto;
    float: left;
  }
  #main{
    
    float: left;
    line-height: 24px;
  }

  /* Logo and image options */
  #applogo{
      height: auto;
      width: 150px;
      margin-left: 50px;
      opacity: 0.8
  }
  #para1{
      text-align: center;
      color: red;
    }
  #para2{
      text-align: center;
      color: green;
    }
    #para3{
        text-align: center;
        color: Blue;
      }