A.link        {
  text-decoration : underline;
  color     : #666666;
  background    : transparent;
  font-size   : 11px;
  font-weight   : none;
  font-family   : arial;
          }
A.link:hover
{
  color: #ff0000;
  background: transparent;
}
A.linkfooter:hover  {
  color     : #ff0000;
  background    : none;
          }

.ltnav
{
  text-align      : left;
  text-decoration : none;
	color           : #ffffff;
	padding-left    : 5px; 
  padding-right   : 0px;
	font-weight     : none;
	font-size       : 11px; 
	font-family     : Verdana;
					}
.ttext	 			{
	text-decoration : none;
	color           : #666666;
	font-weight     : none;
	font-size       : 11px; 
	font-family     : Arial;
					}
.copyright 			{
    
	text-decoration : none;
	color           : #666666;
	font-weight     : none;
	font-size       : 9px; 
	font-family     : Arial;
					}

.guestbook
{
  padding:10px;
}

.guestbook .entry
{
  width:400px;
}

.guestbook .divider
{
  padding:10px 0;
}

.guestbook .divider hr
{
  height:4px;
  border:1px solid #000000;
  background-color:#FE9901;
}

.guestbook .admin
{
  text-align:right;
  color:#FF0000;
  padding:10px 0;
}

