
h4 { font-family: Verdana, serif; font-size: 20px; font-weight: bold; color: aqua; }
h1 { font-family: Verdana, serif; font-size: 30px; font-weight: bold; color: black; }
h2 { font-family: Verdana, serif; font-size: 20px; color: black; }
h3 { font-family: Arial, serif; font-size: 40px; color: white; background-color: #bc721b; }


a.navwhite:link { text-decoration: none; color: #ffffff; font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight: bold; }
a.navwhite:visited { text-decoration: none; color: #ffffff; font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight: bold; }
a.navwhite:hover { text-decoration: underline; color: #ffffff; font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight: bold; }
a.coffee:link { text-decoration: none; color: #000000; font-family: Verdana, Arial, sans-serif; font-size: 20px; font-weight: bold; }
a.coffee:visited { text-decoration: none; color: #000000; font-family: Verdana, Arial, sans-serif; font-size: 20px; font-weight: bold; }
a.coffee:hover { display:block; background-color: #bc721b; text-decoration: none; color: #ffffff; font-family: Verdana, Arial, sans-serif; font-size: 20px; font-weight: bold; }

body,p,b,i,em,dt,dd,dl,sl,caption,th,td,tr,u,blink,select,option,form,div,li { font-family: Arial, sans-serif; font-size: 16px; }

div.gray-box-wide
{
width:400px;
padding:10px;
border:5px solid gray;
margin:0px;
}

div.gray-box-narrow
{
width:150px;
padding:10px;
border:5px solid gray;
margin:0px;
}

area {display: block; background-color: #FFEEEE;}

div.dashed
{
border-style:dashed;
border-width:5px;
border-color:red;
}

div.img
{
  margin: 2px;
  border: 1px solid #0000ff;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}	
div.img img
{
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
}
div.img a:hover img {border: 1px solid #0000ff;}
div.desc
{
  text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 2px;
}

.floatimgleft {
float:left;
margin-top:10px;
margin-right:10px;
margin-bottom:10px;
}

.floatimgright {
float:right;
margin-top:10px;
margin-right:10px;
margin-bottom:10px;
}


P {text-indent: 30pt;}

#links
{
  display: block;
  width: 133px;
  height: 50px;
  background: url("./links.png") no-repeat 0 0;
}

#links:hover
{ 
  background-position: 0 -50px;
}

#links span
{
  display: none;
}

#previous
{
  display: block;
  width: 217px;
  height: 50px;
  background: url("./previous.png") no-repeat 0 0;
}

#previous:hover
{ 
  background-position: 0 -50px;
}

#previous span
{
  display: none;
}

#archive
{
  display: block;
  width: 233px;
  height: 50px;
  background: url("./archive.png") no-repeat 0 0;
}

#archive:hover
{ 
  background-position: 0 -50px;
}

#archive span
{
  display: none;
}

#next
{
  display: block;
  width: 167px;
  height: 50px;
  background: url("./next.png") no-repeat 0 0;
}

#next:hover
{ 
  background-position: 0 -50px;
}

#next span
{
  display: none;
}

#newest
{
  display: block;
  width: 170px;
  height: 50px;
  background: url("./newest.png") no-repeat 0 0;
}

#newest:hover
{ 
  background-position: 0 -50px;
}

#newest span
{
  display: none;
}



