@charset "utf-8";
body {
    background-color: #FFFFFF;
    border-width: 0px;
    font-size: 16px;
    width: auto;
    text-align: center;
    height: auto;
}
#top1pic  {
    margin-left: 45px;
}
#menu1 {
    font-weight: bold;
    text-indent: 60px;
    background-size: contain;
    background-repeat: repeat-x;
    color: #9B0000;
    background-image: -webkit-linear-gradient(270deg,rgba(205,205,205,1.00) 0%,rgba(255,255,255,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(205,205,205,1.00) 0%,rgba(255,255,255,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(205,205,205,1.00) 0%,rgba(255,255,255,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(205,205,205,1.00) 0%,rgba(255,255,255,1.00) 100%);
    font-size: large;
    text-align: left;
}
a:visited {
    color: #000000;
    text-decoration: none;
}
a:hover {
    color: #6B0000;
    text-decoration: underline;
}
a:active {
    color: #9B0000;
    text-decoration: none;
}
a:link {
    color: #000000;
    text-decoration: none;
}
