html {
background-color:#000;
color:#fff;      
}

h1{
text-align:center;
}

table{
width:100%;
border:thin solid grey;
}

th, td {
border:thin solid grey;
cell-padding:5;
}

td.odd {
  color:red;
}

p#destinations{
text-align:center;
display:table;
width:100%;
}

p#destinations > a{
        display:table-cell;
        text-decoration:none;
}

a[rel="next"] {
        text-align:right;
}

a[rel="prev"] {
        text-align:left;
}

h1 a {
color:#f00;
font-family:"Comic Sans MS", fantasy;
text-decoration:None;
}

h1 a:visited {
color:#f00;
}
