BODY  {
	font-family: "Arial";
	font-size: 12px;
}

TABLE.news {
	border-width: 1px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
}

TD.news {
   	background : white;
   	color : darkblue;
   	font-family : "Arial, Helvetica";
   	font-size : 12px;

}

TABLE.guests {
   	background : lightblue ;
   	color : darkblue;
   	font-family : "Arial, Helvetica";
   	font-size : 12px;
   	border-width: 1px;
	border-style: shadow;
	border-color: black;
	border-collapse: collapse;

}


TD.guestsheader {
	background: blue;
	color : white;
	font-weight : bold;
	border-width : 0px;
}

A  {
	color : darkblue;
	text-decoration : underline;
	font-family: "Arial";
	font-size:12px;
}

A:Visited  {
	color : barkblue;
	text-decoration : underline;
	font-family: "Arial";
	font-size:12px;
}

A:Active  {
	color : yellow;
	text-decoration : underline;
	font-family: "Arial";
	font-size:12px;
	background : darkblue;
}

A:Hover  {
	color : orange;
	text-decoration : underline;
	font-family: "Arial";
	font-size:12px;
	background : darkblue;
}

A.nav  {
	color : blue;
	text-decoration : none;
	font-family: "Arial";
	font-size:12px;

}

A.nav:Visited  {
	color : blue;
	text-decoration : none;
	font-family: "Arial";
	font-size:12px;

}

A.nav:Active  {
	color : yellow;
	text-decoration : none;
	font-family: "Arial";
	font-size:12px;

}

A.nav:Hover  {
	color : yellow;
	text-decoration : none;
	font-family: "Arial";
	font-size:12px;

}

span.nav  {
	color : blue;
	text-decoration : none;
	font-family: "Arial";
	font-size:12px;
	background: yellow;
}

td.info {
	color : darkblue;
	font-family: "Arial";
	font-size:13px;
}