body {
	background-color: #A7C0CC;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1, h2, h3 {
	color: #336633;
}
h4, h5, h6 {
	color: #647B86;
}

a:link {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

a:visited {
  color: #647B86;
  font-size: 14px;
  font-weight: bold;
}

a:hover {
	color: #666666;
	font-size: 14px;
	font-weight: bold;
}

a:active {
	color: #647B86;
	font-size: 14px;
	font-weight: bold;
}