a:link {
	color: rgb(102, 140, 148);
	background: transparent;
	text-decoration: none;
}
a:visited {
	color: rgb(102, 140, 148);
	background: transparent;
	text-decoration: none;
}
a:active {
	color: rgb(180, 60, 45);
	background: transparent;
	text-decoration: none;
}
a:hover {
	color: rgb(180, 60, 45);
	background: rgb(204,204,204);
	text-decoration: underline;
}

a.nav:hover {
	background: transparent;
}

body {
	color: Black;
	font-family: "Trebuchet MS",Arial,Helvetica,Sans-serif;
	font-size: 14px;
}