/*
  $Id: stylesheet.css, $

  Copyright (c) 2003 Spanishsteps.co.uk

*/

BODY {
  color: #000000;
  margin: 0px;
}

A { 
  color: #C00303; 
  text-decoration: none; 
}

A:hover { 
  color: #FFFFFF; 
  text-decoration: underline; 
}

