body {
 background-color: #000000;
 font-family: times new roman, serif ;
 font-size: 12px ;
 color: #cccccc ;
}

/* link colors & effects */

a:link
  {
  color: #E7C155 ;
  text-decoration: none ;
  }

a:hover
  {
  color: #ffffff ;
  text-decoration: none ;
  }


a:visited
  {
  color: #E7C155 ;
  text-decoration: none ;
  }
  
a:active
  {
  color: #585CE1 ;
  text-decoration: underline ;
  }
  
/* Guestbook specific items */  

input, select, textarea 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border: 1px solid #E7C155;
}
td
{
	font-family: times new roman, serif ;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}
.alignmentcenter { text-align:center; }
.entryheaders
{
	background-color: #000000;
	color: #FFFFFF;
	border-top:1px solid #E7C155;
	vertical-align:middle;
}
.headingfont
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}