@charset "UTF-8";
/* CSS Document */


A:link {
	text-decoration: none;
	color: #2792a3;
	}
A:active {
	text-decoration: none;
	}
A:visited {
	text-decoration: none;
	color: #165b66;
	}
A:hover {
	text-decoration: underline;
	}
:link img {
	border: none;
	}

.body {
	font-family: Gill Sans, Trebuchet MS, Arial, Verdana, sans-serif;
	font-size: 17px;
	color: #333;
	margin-top: 0;
	margin-bottom: 0;
	}