body { 
       background-image: url('images/background.jpg');
       background-repeat: repeat-y;
       margin-left:180px;
       font-family:arial;
}

a { 
    text-decoration:none;
}

a:hover { 
          text-decoration:underline;
}
