*{	
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  margin: 0;
  padding: 0;
}

a{
  color:#3465a4;
}

a:visited{
  color:#75507b;
}

a:hover{
  color:#c00;
}

h1{
  font-size: 1.25em;
}

h1, h2{
  text-align: center;
}

table, caption, #services{
  margin: 0 auto;
}

table{
  border-collapse: collapse;
	margin-bottom:1.5em;
}

caption, tbody th {
  font-weight: bold;
}

caption, th, td, li, div{
  padding: 0.5em;
}

thead th{
  background: #2e3436;
  color: white;
}

td{
	border-top: 1px solid #888a85;
	border-bottom: 1px solid #888a85;
	border-left: 1px solid #babdb6;
	border-right: 1px solid #babdb6;
}

li{
  list-style: square;
}

div#services{
  width:25em;
}

div#add{
  font-weight:bold;
}

ul.menu{
	border-bottom:1px solid #2e3436;
	list-style:none;
  padding:0.3em 0.5em;
  margin-bottom:1em;
  text-align:center;
}

.menu li{
  display:inline;
	font-weight:bold;
	padding:0 1em;
}