td {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #F5DCA0;
	font-weight: bolder;

}
li {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bolder;
	color: #F5DCA0;
}
p {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bolder;
	color: #F5DCA0;
}
a:link {
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-weight: bolder;
	color: #F5DCA0;

}
a:visited {
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-weight: bolder;
	color: #F5DCA0;

}
a:hover {
	font-family: "Trebuchet MS";
	font-weight: bolder;
	color: #FFCC66;
	text-decoration: underline;
}
a:active {
	font-family: "Trebuchet MS";
	font-weight: bolder;
	color: #FFCC66;
	text-decoration: none;
}
.floatright{ 
		float: right;
		margin-left:10px;
}
	
.floatleft {
		float: left;
		margin-right:10px;
}
.bluetext {
	font-family: Verdana;
	color: #99CCCC;
	font-weight: bold;
}
