/*CSS validated 9/8/08*/


body
  {color:black; 
background-color: #2F4F4F;
background: #008000 url('greenwrinkled.bmp')
}


table.nav
{
padding: 1px;
border: none;
font: bold 10pt times;
color: #FFFACD
}

div.fish
{
position:absolute;
right:35px;
top:160px;
}

h1
{
font: italic bold 32px Times 
}
h3
{font-style: italic;
font-size: 24px;
}

sup
{font-size:11px}


td.text /*for excerpt */
{
padding: 5px 40px 40px 40px;
}


a.text:link {color: #000000}     /* unvisited link */
a.text:visited {color: #DC143C} /* visited link - crimson */
a.text:hover {color: #DDA0DD}   /* mouse over link - plum */
a.text:active {color: #ff0000}   /* selected link */




a.nav:link {color: #FFFACD}     /* unvisited link */
a.nav:visited {color: #bdb76b} /* visited link - crimson*/
a.nav:hover {color: #DDA0DD}   /* mouse over link - plum */
a.nav:active {color: #ff0000}   /* selected link */

a.link {color: #FFFACD}     /* unvisited link */
a.visited {color: #BA55D3}  /* visited link */
a.hover {color: #7B68EE}   /* mouse over link */

a.blog:link {color: blue}     /* unvisited link */
a.blog:visited {color: #BA55D3}  /* visited link */
a.blog:hover {color: #7B68EE}   /* mouse over link */

small
{font: italic 9pt times}


div.img-left
{
  margin: 20px;
  border: 1px transparent;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}	
div.img-right
{
  margin: 20px; 
  border: 1px transparent;
  height: auto;
  width: auto;
  float: right;
  text-align: center;
}	


div.desc
{
  text-align: center;
  font-weight: normal;
  font: italic 9pt times;	
  width: auto;
  margin: 2px
}



table.text
{
background: #FFFAF0;
width:80%;
border: 8px solid gray;
font: 12pt times;

}


table.subscribe
{
font: 10pt bold times;
color: #FFFACD;
border: 3px ridge silver;
padding: 15px;
width:65%
}


