body {
	background: #FFFFFF;
	color: Black;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
}

table { 
  border: 3px outset #ffcc00; 
  }

.sitetitle {
	color: Black;
	background-color: #ffcc00;
	font-weight: bold;
	border-width: 3px;
	border-color: #ffcc00;
  border-style: ridge; 
}

.tablestyle { 
  border: 3px inset #ffcc00; 
}

