html,body{margin:5px;padding:5px}
body{font: 76% arial,sans-serif;text-align:left;color:#727070;}
p{margin:0 0px 0px}
div#container{text-align:left}
div#content p{line-height:1.3}
div#container{width:750px;margin:0 auto}
div#content{float:left;width:425px}
div#navigation{float:right;clear:right;width:325px}
div#extra{float:right;clear:right;width:325px}
div#footer{clear:both;width:100%;text-align:center}
div#header{text-align:center}

html, body {
   background: #fff;
   color: #000;
}

html, body, h2, h3, h4, div, p, ul, li, input {
   font-family: Arial, Helvetica, sans-serif;
}

h1{
   font-family: Arial, Helvetica, sans-serif;
   color:#c60c39;
   font-size:14px;
}

a:link {
   background: #fff;
   color: blue;
   text-decoration: none;
}

a:visited {
   background: #fff;
   color: blue;
   text-decoration: none;
}

a:active {
   background: #ffc;
   color: #900;
   text-decoration: none;
}

a:hover {
   /*background: #ffc;
   color: #900;*/
   text-decoration: none;
}