/* GENERAL 
-------------------------------------------- */
  
* {
margin:0;
padding:0;
}

body {
margin-top:10px;
color:#000;
font-size:12px;
margin-bottom:10px;
font-family:Arial, sans-serif;
background:#fff url(../images/bg.png) repeat-x;
}

html {
margin-top:0;
}

a {color:#2b386f; text-decoration:none;}
a:link {color:#2b386f; text-decoration:none;}
a:visited {color:#2b386f; text-decoration:none;}
a:hover {color:#e80224; text-decoration:none;}