body {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin:0 0 0 0;
	font-size: large;
}
.lblue {color: #1CA1DF}
.dblue {color: #1167DB}
.bignav {

	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	color: #F20593;
}
.floatright { float: right; 
margin:5 0 5 5;
}
.floatleft { float: left;
margin: 5 5 0 5;
 }
 .title {
	
	font-size: x-large;
	font-weight: bold;
	color: #F20593;
	text-decoration: none;
}
 .minititle {

	font-size: large;
	color: #F20593;
	text-decoration: none;
}
.pictitle {
	font-size: small;
	color: #F20593;
	text-decoration: none;
}
a:link {
	color: #F20593;
	text-decoration: none;
}
a:visited {
	color: #F20593;
	text-decoration: none;
}
a:hover {
	color: #FF00FF;
	text-decoration: none;
}

