.highlight {
width: 500px;
border: solid 1px #eee;
margin-top: 20px;
border-collapse: collapse;
margin-left: 20px;
}
tr {
}
th {
height: 40px;
text-align: center;
font-size: 12px;
line-height: 15px;
font-weight: normal;
background-color: #f0f8ff;
 width: 190px;
}
td {
width: 310px;
background-color: #f0f8ff;
}

td a,td a:hover {
 text-decoration: none;
}
h3 {
padding-left: 10px;
font-size: 18px;
font-weight: normal;
border-left: solid 4px #ddd;
border-bottom: solid 1px #ddd;
}
p {
padding-left: 10px;
}
a.link {
margin-left: 20px;
}