body {
	margin:0;
	padding:0;
	background:#E6DCCF;
	color:#533A15;
	font-family:serif;
	text-align:center;
}
div.screen {
	width:976px;
	margin:auto;
}
p.details {
	text-align:center;
}
p.list {
	text-align:left;
}
p.center {
	text-align:center;
}
ul.services {
	text-align:left;
}
span.detail {
	font-size:larger;
	font-weight:bold;
}
ul.desc {
	font-size:smaller;
}
a {
	text-decoration:none;
	font-weight:bold;
}
a:link {
	color:#2DCC53;
	font-weight:bold;
}
a:visited {
	color:#2B88CC;
	font-weight:bolder;
}
a:hover {
	color:#000080;
}
input {
  background-color:#E6DCCF;
  color:#806640;
  border:2px solid #60513C;
  font-size: large;
}
input {
  background-color:#E6DCCF;
  color:#806640;
  border:2px solid #60513C;
  font-size: large;
}
input.menu {
  width:180px;
  color:#810516;
}
input.menu:hover {
  color:#BF8630;
  background-color:#403733;
}
input.button {
  width:80px;
}
input.button:hover {
  color:#E6DCCF;
  background-color:#533A15;
}
img {
	vertical-align:bottom;
}
/*
h3 {
	text-align:left;
}
*/
table {
	border-color:#60513C;
}
td.invert {
  color:#BF8630;
  background-color:#403733;
}

