/*
Author: Carrie Sheaffer 
Date Created: 13 March 2004
Time: 6:20 am
Copyright © 2007
*/


body {
     background-image: url(images/flower.jpg);
     background-repeat: no-repeat;
     background-color: #ffda82;
     color: #000000;
     font-family: book antiqua, bookman old style, century schoolbook, times new roman, serif;
   }

h1,h2 {
     color: #ff6600;
     text-align: center;
     font-family: century gothic, tahoma, helvetica, sans-serif;
   }

h3,h4 {
     color: #ff6600;
     font-family: century gothic, tahoma, helvetica, sans-serif;
   }

a:link, a:active {
    color:  #ff6600;
  }

a:visited {
    color:  #400000;
  }

a.sidebar:link, a.sidebar:visited, a.sidebar:active {
     color: #ff6600;
     font-size: 16px;
     font-weight: bold;
     text-decoration: none;
     font-family: century gothic, tahoma, helvetica, sans-serif;
   }

b {
    color: #ff6600;
   }

hr {
    align: center;
    width: 45%;
    color: #400000;
    margin-bottom: 15px;
   }

hr.journal {
    align: center;
    width: 20%;
    color: #400000;
    margin-bottom: 15px;
   }

img.float_country {
    float: right;
    margin-right: 10px;
    margin-left: 10px;
  }

.def_list {
     color: #ff6600;
     font-family: century gothic, tahoma, helvetica, sans-serif;
     font-weight: bold; 
   }

.clear {
    clear: both;
    font-size: 5px;
   }

.address {
    font-size: 16px;
    color: #ff6600;
    text-align: center;
   }

.small_head {
    font-size: 14px;
    font-weight: normal;
   }

.footer {
     font-size: 12px;
     color: #400000;
     text-align: center;
   }

.quote {
     font-size: 19px;
     color: #400000;
     text-align: center;
     font-family: monotype corsiva, marigold, cursive;
   }

.quote_by {
     font-size: 14px;
     color: #400000;
     text-align: center;
   }

.space {
     margin-left: 15px;
     margin-right: 15px;
     margin-bottom: 15px;
     margin-top: 15px;
   }
