h1{
    font-size: large;
    background: #bbf;
}

h2{
    font-size: large;
    padding:3px 5px;
    border-color:#0B0099;
    border-width:1px 1px 1px 7px;
    border-style:solid;
}

h3{
    font-size: medium;
    padding:3px 5px;
    border-color:#6AA2DB;
    border-width:0 0 1px 7px;
    border-style:solid;
    background:#F8F8F8;
}

p{
    font-size: small;
}

.comment{
    font-size: small;
    font-weight: bold;
}


table.style1{
    border-collapse: collapse;
    border: solid 1px #999;
    font-size:small;
    width: 90%;
    margin:0px auto;
}
table.style1 th,
table.style1 td th{
    border: solid 1px #999;
    padding: 4px 6px;
}

table.style1 th {
    background: #E6E6E6;
    text-align: center;
    color: #666;
}

table.style1 td {
    padding: 0px 10px;
}

table.status{
    border-collapse: collapse;
    border: solid 1px #999;
}
table.status th,
table.status td {
    border: solid 1px #999;
    padding: 4px 6px;
}

table.status th {
    background: #E6E6E6;
    text-align: center;
    color: #666;
}

