@charset "utf-8";
/* CSS Document */
body
{
background-color:#ffffff;


}
.footer
{
width:100%;
height:3%;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:center;
color:#000000;
background-color:#383633;

font-size:10px;
}

a { 

}

a:link {
  color: #fefefe;
  text-decoration: none;
}

a:visited {
  color: #fefefe;
  text-decoration: none;
}


a:hover {
  color: #ad3029;
  text-decoration: none;
}

a:active {
  text-decoration: none;
}


