body {
   text-align: center; 
   font-family: sans-serif;
   margin-left: 20px;
   margin-right: 20px;
}

th a{
   text-decoration: none;
   color: #000000;
}

a:link{
   text-decoration: none;
}

a:hover{
   text-decoration: none;
}

h1 {
   -webkit-margin-after: 0.5em;
}

table {
   margin: auto; 
}

table,th,td {
   text-align: left; 
   border:1px solid black;
   border-collapse:collapse;
}

th,td{
   padding:5px;
}

#category a:link {
   color: #000000;
}

#category a:visited {
   color: #000000;
}

#category {
   color: #000000;
}

#footer {
   color: #808080;
   margin-top: 15px;
   font-size: 75%
}