table, th, td {
  border: 2px solid black;
  border-collapse: collapse;
}
th, td {
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 40px;
}
body {
  font-family: Verdana, sans-serif;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
a:link {
    text-decoration: none;
	color: #000000;
}

a:visited {
    text-decoration: none;
		color: #000000;
}
a:active {
    text-decoration: underline;
		color: #000000;
}
a:hover {
    text-decoration: underline;
		color: #000000;
}
strong {
	color: #32cd32;
}