
/* CSS validated 9/8/08 */

body /*this applies to all blog pages*/
  {color:#FFFACD; 
background-color: #696969;
}


div.fish
{
position:absolute;
right:35px;
top:160px;
}


table.nav
{
padding: 1px;
border: none;
}

td.nav
{
font: bold 10pt times;
color: #FFFACD
}

h1
{
font: italic bold 32px Times 
}
h3
{font-style: italic;
font-size: 24px;
}

sup
{font-size:11px}

p.quote
{
font-size: 20px;
padding: 0px 50px;
}


blockquote
{
font-size: 20px
}
table.blog
{
background-image: url(whitepaper.gif);
border-style: solid outset;
border-width: 8px;
border-color: gray;
font-size: 23px;
width: 80%;
color: #000000;
}

td.blog
{
padding: 10px 40px 40px 40px;
}



.in_blog
{
background-image: url(whitepaper.gif);
border-style: none;
font-size: 23px;
padding: 20px;
}

a.nav:link {color: #FFFACD}  /*LemonChiffon*/
a.nav:visited {color: #A9A9A9} /*DarkGrey*/
a.nav:hover {color:#7B68EE} /* MediumSlateBlue*/

a.link {color: #FFFACD}  /*LemonChiffon   unvisited link */
a.visited {color: #A9A9A9} /*DarkGrey  visited link */
a.hover {color:#7B68EE} /* MediumSlateBlue mouse over link */

a.blog:link {color: black}     /* unvisited link */
a.blog:visited {color: #A9A9A9} /*DarkGrey*//* visited link */
a.blog:hover {color:#7B68EE} /* MediumSlateBlue mouse over link */



.small
{font: bold italic 10pt times}

p.comments
{font: 11pt times;
padding: 5px;
border: 1pt solid #000000
}

div.img-left
{
  margin: 30px 30px 0px 30px;
  border: 1px transparent;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}	
div.img-right
{
  margin:0px 30px 0px 30px; 
  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
}

div.ponderings
{font: 14pt times;
padding: 20px 40px;
margin: 40px;
border: 1pt solid #000000
}

table.subscribe
{
font: 11pt bold;
color: white;
border: 3px ridge silver;
padding: 10px;
width:65%
}
