body, html {
  font-family: verdana,sans serif;
  font-size: 12px;
}

table {
  border-collapse: collapse;  
}

td {
  font-size: 12px;
  padding: 5px;
  border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

td.none {
  padding: 0px;
	border-bottom-style: none;
}

a {
  text-decoration:none;
  color: #111177;
}

a:hover {
  color: #5555BB;
}