@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

.opensans {
  font-family: "Open Sans", sans-serif;
}
body {
	background-color: #000000;
	}
p
	{
	background-color: #000000;
	}
h10 {
		color: #000000;
		font-family: 'open sans';
		font-size: 20;
	}
h2 {
		color: #FFFFFF;
		font-family: 'open sans';
		font-size: 16
	}
.content-table {
  border-collapse: separate;
  border-spacing: 1;
  min-width: 350px;
font-family: 'open sans';
	font-size: 0.9em;
}
.content-table tr th {
  color: #FFFFFF;
  padding: 5px;
}
.content-table tr td {
  border-right: 1px solid #bbb;

  padding: 5px;
	background-color: #474646;
		color: #FFFFFF;
}
.content-table tr td:first-child {
  border-left: 1px solid #bbb;
}
.content-table tr th {
  background: #243B86;
  border: 1px solid #bbb;
  text-align: left;
}

/* top-left border-radius */
.content-table tr:first-child th:first-child {
  border-top-left-radius: 6px;
}

/* top-right border-radius */
.content-table tr:first-child th:last-child {
  border-top-right-radius: 6px;
}

/* bottom-left border-radius */
.content-table tr:last-child td:first-child {
  border-bottom-left-radius: 6px;
}

/* bottom-right border-radius */
.content-table tr:last-child td:last-child {
  border-bottom-right-radius: 6px;
}
	a:link {
  color: #FFFFFF;
  background-color: transparent;
  text-decoration: none;
}
	a:visited {
  color: #FFFFFF;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #BD9696;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: #EBE1E1;
  background-color: transparent;
  text-decoration: underline;
}
