body {background-color: #454343;
      margin: 0px;
      padding: 0px;
      text-align: justify;
      font-family: "Comic Sans", cursive;
      color: #524e76;  /*dark blue*/
      font-size: small;}

#container {width: 900px;
            background-color: #fbfbfb;
            padding: 10px 10px 10px 20px;
            margin: 0px auto;
            text-align: left;
            border-left: 25px solid #fbfbfb;
            border-right: 25px solid #fbfbfb;
            }
            
#header {margin-left: -10px;
         color: #423e5e; /*dark blue*/
         border: 10px outset #930b0f; /*maroon*/
         background-color: #bbbbf9;/*light blue*/
         margin-bottom: 15px; }

.title {float: right;
        padding: 50px 20px 0px 0px;
        font-size: 75%;}
           

a:link {color: #454343;}/*gray*/
a:visited {color: #000000;}/*black*/
a:hover {color: #930b0f;}/*maroon*/

p.nav {text-align: center;
       font-family: Verdana, Ariel, sans-serif;
       font-size: 125%;}

#nav a:link {color: #930b0f; background-color: #bbbbf9;border:3px outset #454545; padding: 0px 5px; text-decoration: none;} /*white on gray*/
#nav a:visited {color: #930b0f; background-color: #bbbbbb;border: 3px outset #454545;padding: 0px 5px;text-decoration: none;} /*white on light blue*/
#nav a:hover{color: #ffffff; background-color: #930b0f; border: 3px outset #454545;padding: 0px 5px;text-decoration: none;} /*white on maroon*/

#welcome {text-align: center;
          padding-bottom: 10px;
          font-family: "Comic Sans", cursive;
          margin-bottom: -20px;
          font-size: 125%;} 
          
strong {font-size: 105%;
        font-family: Verdana, Ariel, sans-serif;}

h1 {font-family: Times, Georgia, serif;
    color: #423e5e; /*dark blue*/
    background-color: #bbbbf9;/*light blue*/
    font-size: 250%;}

h2 {background-color: #bbbbf9;/*light blue*/
    font-size: 130%;
    font-family: Verdana, Ariel, sans-serif;
    padding-left: 10px;
    color: #930b0f; /*maroon*/
    padding-top: 5px;
    padding-bottom: 5px;
    border: 2px dotted #fbfbfb;}/*off white*/
    
h3 {font-size: 120%;
    text-decoration: underline;}

em {color: #454343; /*gray*/
    font-size: 120%;
    font-family: Times, Georgia, serif;}
    
#bottomlinks {clear: left;
              clear: right;
              text-align: center;}
