/* style.css - style sheet for the site */
body {
  margin-left: 3%; margin-right: 3%;
  color: black; 
  background: #CCCCCC;   
  background-image: url(Gradient.gif); 
  background-attachment: fixed; }

h1 { 
  margin-left: 0%;
  margin-right: 0%;
  margin-top: 1em; margin-bottom: 1em;
  font-size: 2.2em;
  color: #000000}
h2 {
  margin-left: 2%;
  margin-right: 2%;
  margin-top: 0.2em; margin-bottom: 1em;
  font-size: 1.5em;
  color: #404040}
h3 { 
  margin-left: +4%; 
  margin-right: +4%;
  margin-top: 0.2em; margin-bottom: 1em;
  font-size: 1.0em;
  color: #505050}
  
h4 { 
  margin-left: +4%; 
  margin-right: +4%;
  margin-top: 0.2em; margin-bottom: 1em;
  font-size: 1.0em;
  color: #000000}
  
a:link {color: #800000; text-decoration: none; font-size: 11pt; font-weight: bold;}
a:visited {color: #804040; text-decoration: none; font-size: 11pt; font-weight: bold;}
a:hover {color: #FF2002; text-decoration: none; font-size: 11pt; }
a:active {color: #FFFF00; text-decoration: none; font-size: 11pt; } 

  
  
em { font-style: italic; font-weight: bold; }
strong { text-transform: uppercase;  font-weight: bold; }

em { font-style: italic; font-weight: bold; }
strong { text-transform: uppercase;  font-weight: bold; }

body { font-family: Arial, sans-serif; }
h1,h2 { font-family: Garamond, serif; }
h3,h4,h5,h6 { font-family: Arial, monospace; }

.borderimage{
	border-style:outset;
	border-color:black;
	border-width:2px;
      }
