/*
#content {
  padding-bottom: 40px;
}
*/
a, a:active {
    text-decoration: none; 
    color: blue;
}
a:visited {
    color: #796859;
}
a:hover, a:focus {
    text-decoration: underline; 
    color: red;
}
body {
}
table {
    margin-left: 12px;
    padding-bottom: 12px;
}
th, td {
    text-align: left;
}
th {
    font-weight: bold;
    padding-right: 14px;
    padding-bottom: 3px;
}
td {
    padding-right: 20px;
}
div.list {
    margin:10px;
    background-color: #EFEFEF;
    padding-top: 10px;
    padding-bottom: 0px;
    border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px;  
}
div.list hr {
    color:#888888;
    top-border: dashed;
}


