body {
background: #252B28;
color: #E2EBE7;
}

* {
font-family: 'Carrois Gothic', Verdana, sans-serif;
font-size: 14px;
text-align: center;
font-weight: normal;
}

h1 {
font-weight: bold;
}

a {
color: #BEC6C3;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

img {
border-width: 0;
}