a:link {  
    text-decoration: underline;
    color: #1010b0; 
}
a:visited { 
    color: #0000b0;
    text-decoration: none;
}
a:active { 
    color: black;
}
a:hover { 
    text-decoration: underline;
    background: #bbccf4;
}
a:link img, a:visited img, a:hover img, a:active img { 
  border:0 none;
} 

body {
    color: #404040;
    background: #FAFDFB;
    font: 12px/1.33 "Gill Sans", "Gill Sans MT", sans-serif;
}


.speedo  {
    position: fixed;
    top: 3px;
    left: 3px;
    width: 258px;
    height: 640px;
    background: #cacaca;
}
.main { 
    position: absolute;
    width:650px;  
    left: 280px;  
    top:3px 
} 
