@charset "utf-8";
/* CSS Document */

a:link {

color:#990032;
text-decoration:underline;
}

a:visited {
color:#990032;
text-decoration:underline;
}

a:hover {
color: #f00f04;
text-decoration:none;
}
a:active {
color:#990032;
text-decoration:underline;


}

h1 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#f00f04;
margin:0px;
padding:0px;
vertical-align:top;
}