/* This style sheet provides defaults, and controls the appearance of the home page. */

/* Every page has these colors and font type #F39E77*/
/* Alternate background color #FFCC66*/
body {background: #F39E77;font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      color: #6C000A} /* color is the text color */
      
/* Every page has the same navigation bar to the left */
div.nav_bar {position: absolute; left: 10px; top: 10px; text-align: left}
div.nav_bar a {font-size: 11px}

/* These are the attributes of the text on the home page. */
div.main {margin-left:195px}
div.main p {font-style:italic}

/* These are the attributes of a typical paragraph.
p {font-size: 16px}

/* These are the attributes of the copyright statement on the home page.
p.copyright {font-size: smaller; padding-top: 40px}

/* These lines control the appearance of the text links.
a:link, a:visited, a:active {color:#6C000A}
a:focus, a:hover {color:#FFE39B; text-decoration:none; font-weight:bold}

/* Alternate images and text from side to side */
img.odd   {float:left; margin-right: 10px}
img.even  {float:right; margin-left: 10px}
img.odd, img.even {border: 1px solid #6C000A; margin-bottom: 10px}
