table.guestbook {
	background-color: #ffffff;
	width: 65%;
}
#signup {
	background-color: navy;
	text-align: center;
	font-weight:bold;
	text-decoration : none;
	font-size : 18px;
	font-family: Verdana;
	color: #ffffff;
}
#message {
	background-color: #C5D9F4;
	text-align: center;
	color: #666666;
}
td  { font-family: Verdana, Arial; font-size: 11px;  }
a { color: #999; text-decoration: none; }
a:hover { color: #999; text-decoration: underline; }
a.add { color: #fff; }

