body {
  /*    margin: .3in; */
      background-color: black;
  /*  #66CCCC   
    	background-image: url(temp/backblue.jpg); 
      background-repeat: repeat;  
      background-attachment: fixed; */
      background-position: 0% 0%; 
      margin: 0in;
scrollbar-arrow-color: black;
scrollbar-base-color: black;
scrollbar-dark-shadow-color: black;
scrollbar-track-color: black;
scrollbar-face-color: silver;
scrollbar-shadow-color: black;
scrollbar-highlight-color: black;
scrollbar-3d-light-color: black;
     }

h3   {
      margin: .01in; 
      color: white;
      font-size: 24pt;
      word-spacing: .1em;
      letter-spacing: .2em; 
      text-transform: capitalize;
      text-align: center;
     }

a:link {color: red; text-decoration: underline; }
a:visited {color: purple; text-decoration: underline; }
a:hover {color: orange; text-decoration: underline; }
a:active {color: orange; text-decoration: underline; } 

/*

img   {
	border-color: tan;
	border-style: inset;
 	border-width: thick;
      } 		
*/

#frame {
position: absolute;left:0px;top:0px;
 } 
 
p   {
      margin: .15in; 
      color: white;
      font-size: 14pt;
      word-spacing: .1em;
      letter-spacing: .2em; 
      text-align: left;
     }

#bio {
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt; 
  word-spacing: .0em;
  letter-spacing: .0em; 
  text-align: left;
}
     

#navbar a {
  border-style: solid;
  border-left-color: #654943;
  border-right-color: #FFF;
  border-width: 0 1px;
  padding: 4px 5px;
  color: #000;
  text-decoration: none;
  font-size: 24px;
  font-weight: normal;
  background-image: url(images/button_bg.gif);
	position: relative;left:82px;top:396px;
}
#navbar a:hover {
  color: #C00;
}

#navbar2 a {
  border-style: solid;
  border-left-color: #654943;
  border-right-color: #FFF;
  border-width: 0 0px;
  padding: 4px 5px;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: normal;
 	position: relative;left:174px;top: 560px;
}
#navbar2 a:hover {
  color: #C00;
}
