@charset "UTF-8";

html {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-size: 100%;
}
body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-size: 90%;
    background-color: #fff2ff;
    color:#4f2700;
}
a {
    text-decoration: none;
}
h1 {
    font-size: 150%;
    margin-bottom: 8px;
    font-family: verdana,helvetica,arial;
    border-bottom: 1px solid #ccc;
}
table.form th {
    text-align: left;
    padding: 0;
    white-space: nowrap;
}
table.form td {
    padding: 0;
    white-space: nowrap;
}
td,th {
    font-size: 90%;
    background: #fff2ff;
    color: #4f2700;
}
td.color {
    text-align: center;
    font-size: 75%;
}
div.ta-r {
    text-align: right;
}
div.ta-c {
    text-align: center;
}
