/* CSS Document */

* {
	margin: 0;
	padding: 0;
	list-style:none;
	outline: none;
	}

img, fieldset {
	border: 0;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #666;
	text-align: center;
	background-color: #97d1e1;
	background-image: url(../images/fl_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}


a:link {
	color: #333;
	font-weight: normal;
	text-decoration: none;
}

a:visited {
	color: #333;
	font-weight: normal;
	text-decoration: none;
}
	
a:hover {
	color:Navy;
	text-decoration: none;
	}

a:active {
	text-decoration: none;
}
