@charset "utf-8";
/* CSS Document */

html {
    color: #000000;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
body, td, th {
    color: #000000;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
}
body {
    background-color: #FFFFFF;
    background-image: url('../img/pixel.gif');
    background-repeat: no-repeat;
    background-position: center top;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}
a {
    color: #990000;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
}
a:link {
    text-decoration: none;
}
a:visited {
    color: #990000;
    text-decoration: none;
}
a:hover {
    color: #990000;
    text-decoration: underline;
}
a:active {
    text-decoration: none;
    color: #990000;
}
h1, h2, h3, h4, h5, h6 {
    color: #000000;    
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 32px;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 16px;
}