a:link {
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #CC3300;
	text-decoration: none;

}
body {
	font-family: "Trebuchet MS", "Bookman Old Style", Georgia, "Times New Roman";
}
.borders {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #5B76B9;
	border-right-color: #5B76B9;
	border-bottom-color: #5B76B9;
	border-left-color: #5B76B9;
}
