@charset "UTF-8";
@import url(reset.css);
@import url(main.css);


.ads {
}

.ads a:link {
color: blue;
text-decoration: underline;
}

table {
    border: 1px #ACA899 solid;
    border-spacing: 0;
    text-align: left;
}

p {
    line-height: 1.5em;
    margin:10px 0 10px 0;
}

table th {
    padding: 5px;
    border: #ACA899 solid;
    border-width: 0 0 1px 1px;
    font-weight: bold;
    line-height: 120%;
}
table td {
    padding: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #ACA899 #ACA899 #ACA899 #ACA899;
    color: #1A4444;
}