/*
    CWB100 Spring 2008
    To Be Used with Final Project
    Author:  Kimberley Grabski
    Date:    29 April 2008

    screen styles

    color schemes:  
                   yellow 255,255,153          green 0,76,0    sara green 114,191,68
                    neon green 150,250,50   island blue 128,255,255
                    black                                   orange 245,187,10     pink 189,32,44
                    melon 255,165,74            blue 0,55,111     
                    white                                 soft green 108,255,108               
*/

  body {color: white; background-color: rgb(114,191,68);
        font-size: 22; font-family: Kristen ITC,Helvetica,sans-serif;
        margin-left:50; margin-right:50}

  #logo {text-align: center}

  address {clear: both; text-align: center; font-size: 18}

  h1 {font-family: Kristen ITC,sans-serif; color: rgb(189,32,44);
      text-align: left; margin-top: 20; font-size: 30}
  
  #menu {color: white; display: block; background-color: rgb(0,64,128); 
         text-align:right; clear:both}
  #menu a  {color: white}
  #menu a:hover {color: black}

  
  a {color: rgb(73,123,43); text-decoration: none}
  a:hover {color: black}

  ul {text-align: center; clear: both}
  hr {color: rgb(245,187,10); clear: both}

  #marq {background-color: rgb(150,250,50); color: black; 
         font-family: Times New Roman; font-size: 40; font-weight: bold;
         border: 2px solid rgb(0,0,155); float:left; 
         width: 300; height: 160; text-align: center; padding: 5px}
