  /* Aprilia.fi - logo.css */
  
  body {
    background-color:   #000000;
    margin-top:         3px;
    margin-left:        3px;
    margin-bottom:      0px;
    font-family:        verdana, tahoma;
  }
  
  a {
    font-size:          80%;
  }
  
  a:link {
	color:                #ffffff; 
  text-decoration:      none;
  }

  a:visited {
	color:                #ffffff; 
  text-decoration:      none;
  }

  a:active {
	color:                #ffffff; 
  text-decoration:      none;
  }

  a:hover {
	color:                #cbdcff; 
  text-decoration:      none;
  }
