body {
 font-family: Tahoma;
 font-size: medium;
 text-align: justify;
 color: #000000;
 background-image: url(../images/bg.jpg);
 overflow-x: hidden;
}
h1 {
 font-family: Arial;
 font-size: 16pt;
 text-align: left;
 color: #008000;
}
h2 {
 font-family: Arial;
 font-size: x-large;
 text-align: center;
 color: #008000;
}
h3 {
 font-family: Arial;
 font-size: large;
 text-align: center;
 color: #008000;
}

ul.mouseover {
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    width: 100px;
}

ul.mouseover a img {
    position: relative;
    width: 200px;
    height: 27px;
    border: 0;
}

ul.mouseover a:hover {
    position: relative;
    left: -100px;
}

a:link {color: #008000; font-weight: bold; text-decoration:none;}
a:visited {color:#008000; font-weight: bold; text-decoration:none;}
a:hover {color:#a92534; font-weight: bold; text-decoration:none;}
a:active{color:#a92534; font-weight: bold; text-decoration:none;}


a.type2:link {color: #a92534; font-weight: bold; text-decoration:none;}
a.type2:visited {color:#938d87; font-weight: bold; text-decoration:none;}
a.type2:hover {color:#FF0000; font-weight: bold; text-decoration:none;}
a.type2:active{color:#a92534; font-weight: bold; text-decoration:none;}