body {
    font-family : Verdana, Arial, "Lucida Grande", "Bitstream Vera Sans", Myriad Pro, sans-serif;

    background-image: url('img/bg.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;

    background-color: black;
    color: orange;
}

h1 {
    text-align: center;
}

h1, h2, h3 a:visited {
    color: #0C0;
}

a {
    color: #0F0;
    text-decoration: none;
}

a:visited {
    color: #060;
}

.block {
    float: left;
    margin: 0 15px 0 15px;
    padding: 0 10px 0 10px;
}

.subscribe {
    font-size: 85%;
    font-style: italic; 
}

img {
    border: none;
}
