/*-----------------------------------------------------------------------------------------------
CSS for The Hacienda Retreat, designed and built by Neil Milliken for Easyspace, please do not copy, but if u do give me a nod, thanks. 
------------------------------------------------------------------------------------------------*/


/*--------FOR IE 6 AND UNDER ONLY --------*/

/*-------------END-----------------*/

body {
font-family:  "Arial", "Verdana", "Tahoma";
font-size: 12px;
color: #ffffff;
margin: 0px;
padding: 0px;
background-color:#000000;
}


/*-------the link section------*/


a:link, a:link, a:visited {
color:#fff;
text-decoration:none;
}

a:hover {
color:#f00;
text-decoration:none;
}

a:active {
color:#fff;
}

