/* checked */
body
{
  background-color: rgb(206, 227, 255);
  text-align: center;
  margin-top: 0px;
  padding: 0px;
  height: 100%;
}

a {
  color: #333333;
  text-decoration: underline;
  font-size: 11pt;
}

a:hover {
  color: #ff3333;
  font-size: 11pt;
  text-decoration: underline;
}

a:visited {
	color: #333333;
}

th {
	font-weight: bold;
	border-bottom-color: rgb(0, 0, 0);
	border-bottom-width: 2px;
	border-bottom-style: solid;

	/*background: rgb(50, 50, 50);*/
}
