body {
 background:#003c3c;
 color:white;
}
a {
 background:transparent;
 color:white;
 text-decoration:underline;
 font-weight:bold;
}
a:hover {
 color:#003c3c;
 background:white;
}
a.image {
 background:transparent;
 color:white;
}
img {
 border 0;
}
h1 {
 text-align:center;
}

