/*Index*/

#main {
  width: 100%;
  margin: 20px 20px 20px 0;
  text-align: center;
}

table {
  width: 100%;
} 

th {
	font-weight: bold;
	background:#ECCC8C;
}

td {
	padding: 5px;
}

main a {
	border-bottom:1px solid #000000;
	text-decoration:none;
	color: #000000;
}

.description{
  width: 70%;
}

.even {
	background: #DDDDCC;
}

.odd {
	background: #FFFFFF;
}
	