body {
    font-family: "Verdana", "Helvetica", sans-serif;
    background-image: url(bg.png);
    font-size:12px;
    color:#333;
}

a {
    color:#333;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.links a:before {
    content: '//';
    padding:0px 5px 0px 2px;
    font-weight: normal;
    text-decoration: none !important;
}
.links a:hover:before {
    text-decoration: none !important;
}
.links a:first-child:before {
    display: none;
}

#wrapper {
    max-width:660px;
    margin:0px auto 30px;
    text-align: center;
}

#wrapper .header {
    padding:20px 0px;
}
#wrapper .content {
    width:400px;
    margin:0px auto;
    padding:0px 0px 40px;
}

#wrapper .content table{
    width:300px;
    margin:0px auto;
}
#wrapper .content h1 {
    padding:0px;
    margin:0px;
}
#wrapper .content p strong{
    display:block;
    margin:40px 0px 0px;

    font-size:150%;
}