/*
Written by: Orpheus Mall
Date: 080814
*/

body
  {
  color: #303030;           	/* sets the color of the text */
  font: 100% Georgia;      	/* put fonts at end if list I guess */
  font-size: 13px;
  background-color: linen;
  /* ORDER: font-style | font-variant | font-weight | font-size | font-family */
  /* or use:
  font-family: serif, verdana;
  font-style: italic;
  font-variant: small-caps;                     use small-caps instead of normal for lower case 
  font-weight: bold;
  font-size: 120%                               use 30px or 12pt (non-adj) or 120% or 1em (adjustable)
  */
  }

h1
  {
  font-family: Georgia;
  font-size: 32px;
  padding: 1;
  padding-left: 4;
  padding-right: 4;
  /*font-style: italic;*/
  /*font-variant: small-caps;  */                   /* use small-caps instead of normal for lower case */
  /*font-weight: bold;*/
  text-shadow: black 0.1em 0.1em 0.2em;
  background-color: A02020;
  color: #ffffff;
  }

h2
  {
  font-family: Georgia;
  font-size: 26px;
  padding: 1;
  padding-left: 4;
  padding-right: 4;
  text-shadow: black 0.04em 0.04em 0.08em;
  font-variant: small-caps;
  background-color: #4682B4;
  color: #ffffff;
  }

h3
  {
  font-family: Georgia;
  font-size: 22px;
  padding: 1;
  padding-left: 6;
  padding-right: 6;
  text-shadow: black 0.05em 0.05em 0.05em;
  color: #4682B4;
  } 

su
  {
  font-size: medium;  
  }
  
sb
  {
  font-size: smaller;
  }
  
div.figure
  {
  text-align: center;
  border: 1px silver solid;
  width: 804px;
  margin: 0.5em;
  padding: 0.5em;
  }
  
div.figure p
  {
  text-align: center;
  font-style: italic;
  font-size: small;
  text-indent: 2;
  }
  
a
  {
  text-decoration: none;                        /* remove underline */
  }

a:link
  {
  color: #215d80;
  }

a:visited
  {
  color: #215d80;
  }

a:active
  {
  color: #ff0000;
  }

a:hover
  {
  color: #ff0000;
  }

