a {
    text-decoration: underline;
    color: #238;
}

a:hover {
    text-decoration: underline;
    color: #238;
}

a:visited {
    color: #638;
}

body {
    font-family: Verdana, Helvetica, sans-serif;
    background: #e8e8e8 url( "bodybg.gif" ) repeat-x fixed;
    padding: 0;
    margin: 0;
}

h1 {
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 28px;
    width: 100%;
}

h2 {
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 20px;
}

h3 {
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
}

#tabs ul {
    margin-left: 0;
    padding-left: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    display: inline;
}

#tabs ul li {
    margin-left: 0;
    margin-bottom: 0;
    border-left: 16px solid #fff;
    border-right: 16px solid #fff;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    list-style: none;
    display: inline;
    background-color: #fff;
    margin-right: 8px;
}

#tabs a {
    text-decoration: none;
    color: #238;
}

#tabs a:hover {
    text-decoration: underline;
    color: #238;
}

#tabs a:visited {
    color: #238;
}

div#tabs {
    background-color: #eee;
    height: 40px;
    padding-top: 20px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0;
}

div.ad {
    padding-bottom: 20px;
    font-family: Verdana, Helvetica, sans-serif;
    width: 470px;
    margin-left: -2px;
}

div.contents {
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 100px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    width: 950px;
    margin: 0 auto;
}

div.blob {
    padding-bottom: 20px;
    font-family: Verdana, Helvetica, sans-serif;
    width: 470px;
    margin-left: -4px;
}

h1 {
    font-size: 14px;
    background-color: #ffe;
    padding: 4px;
    border-bottom: 4px solid #eed;
    font-weight: normal;
    width: 462px;
    margin-top: 0;
    margin-bottom: 0;
}

.left h1 {
    background-color: #f8f8f8;
    border-bottom: 4px solid #e8e8e8;
}

div.body {
    font-size: 12px;
    line-height: 18px;
    background-color: #fff;
    padding: 4px;
}

div.source {
    font-size: 10px;
    line-height: 12px;
    background-color: #fff;
    color: #666;
    padding: 4px;
}

.blob ul {
    margin-top:0;
    margin-bottom:0;
}

.source a {
    color: #666;
}

.body a {
    color: #000;
}

div.left {
    width: 470px;
    float: left;
}

div.right {
    width: 470px;
    float: right;
}

div.footer {
    clear: both;
    background: #cc9;
}