/*********************
The Retreat at French's Point Intro CSS

Version 1.2.2007

Built by RainStorm Consulting
jason@rainstorminc.com

Please request permission prior to use.
**********/

/***********
1.0 Base elements
***********/

body {
	background: #000;
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, Serif;
	font-size: 100%;
	color: #333;
}

a:link, a:visited, a:active {
	color: #fff;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

a:visited {
	color: #fff;
	border-bottom: 0 !important;
}

a img {
	text-decoration: none;
	border: 0 !important;
}

.nohover {
	border: 0 !important;
}







