.nav {
	font: bold 16px  Arial;
}

.bot {
	font: normal 11px  Arial;
	color: white;
}

.f3 {
	font: bold 13px  Arial;
	color: #FA6EFF;
}	

.f4 {
	font: bold 15px  Arial;
	color: #D200DB;
}	

A:hover {
text-decoration: none;
 }

body {
	background-image: url(images/bg.jpg);
	margin: 0;
	background-color: #FFCC66;
	color: #000000;
}
a:active, a:visited, a:link {
	color: #FFFFFF;
}


