/*------------------------------------------------
Green Style Sheet

Author:  Eddie McWhirter
Email:   eddiemac777@gmail.com
Website: www.eddiemc.com
------------------------------------------------*/

h1 {
  border-right: black 0px solid;
  border-top: #F5F5DC 1px solid;
  border-left: black 0px solid;
  border-bottom: #F5F5DC 1px solid;
  color: #22AAFF;
  background-color: #2F4F4F;
}
h2 { 
}
h3 { COLOR: #3AF; }
h5 { color: white; }
cite.gmail {
  background: url(../images/gmail_green.png) no-repeat right bottom;
}
cite.website {
  background: url(../images/website_gmail_green.png) no-repeat right bottom;
}

#menu { 
  background-color: #2F4F4F;
  color: inherit;
  border: #F5F5DC 1px outset;
}
#menu2 { 
  background-color: #2F4F4F;
  color: inherit;
  border: #F5F5DC 1px outset;
}

a[href^="http:"] {
  background: url(../images/external_green.png) no-repeat right top;
}
a:link {  
  color: #000080; /* navy */
}
a:visited {
  color: #22AAFF;
}

.odd {
  background-color: #edf5ff;  
}
#booklist tr:hover {
  /*background-color:#3d80df;*/
  background-color: #2F4F4F;
  color: #fff;
}
#booklist thead tr:hover {
  background-color: transparent;
  color: inherit;
}

body {
  /*COLOR: #33AA99;*/
  color: black;
  /*BACKGROUND-COLOR: #0F3F3F;*/
  background-color: #008B8B; /* darkcyan */
}
