a {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #e3e1db;
	letter-spacing: 1px;
	word-spacing: 2px;
}
p {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #E3e1db;
	letter-spacing: 1px;
	word-spacing: 2px;
	line-height: 15px;
}
table {
	font-family: "Trebuchet MS";
	font-size: 11px;
	line-height: 15px;
	color: e3e1db;
	letter-spacing: 1px;
	word-spacing: 2px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ADADA3;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #E3E1DB;
}

