body {
    background-color: #EEE;
}

p, h1, h2, h3, ul, ol, li, dt, dd {
    color: #111;
    margin: 0;
    padding: 0;
}

a {
    color: #36B;
}

a:hover {
    color: #ACF;
}

div.txt_wrapper {
    background-color: #FFF;
    border: 8px solid #DDD;
    margin: 20px auto;
    padding: 2em;
    width: 700px;
}

h1 {
    color: #111;
    font-size: 20px;
    margin-bottom: 1.5em;
    text-align: center;
}

h2 {
    color: #111;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 4px;
} 

h2.sub_title {
    font-weight: normal;
    font-style: italic;
    margin-bottom: 20px;
}

h3 {
    color: #111;
    font-size: 13px;
    margin-top: 10px;
}

p {
    font-size: 14px;
    line-height: 1.4em;
    margin-bottom: 10px;
}

ul, ol, dl {
    color: #666;
    font-size: 14px;
/*/*    margin: 10px; */
    padding: 10px 0;
}

ul.indent {
    padding: 5px 15px;
}

dt, dd {
    line-height: 1.2em;
}

dt {
    font-weight: bold;
}

ul {
    list-style-type: none;
}

li {
    line-height: 1.4em;
    padding-bottom: 5px;
}  

li span {
    font-weight: bold;
}    

table {
    border-collapse: collapse;
    margin: 10px 0;
    width: 100%;
}

table td, 
table th {
    border: 1px solid #DDD;
    padding: 2px;
    text-align: left;
}