/*
 *  default.css
 *
 */


/*
 *  common
 */
body {
    color: black;
    background: white;
    font-family: Arial, sans-serif;
}

h1,h2,h3 {
    color: black;
}

a:link {
    color: black;
    text-decoration: none;
}

a:visited {
    color: black;
    text-decoration: none;
}

a:active {
    color: red;
}

a:hover {
    color: red;
}

hr {
    color: #6b9dce;
    height: 1;
}

/*
 *  footer
 */
.footer {
    font-size: 80%;
}

/*
 *  box
 */

td.boxtitle {
    text-align: left;
    font-weight: bold;
    color: white;
}


