table#my-resources,
table#web-resources {
    width: 80%;
		border: 2px solid black;
		text-align: center;
		vertical-align: middle;
	  border-collapse: collapse;
		margin-left: auto;
		margin-right: auto;
}
#my-resources tr td,
#web-resources tr td {
    width: 50%;
		height: 80px;
		border: 1px solid black;
}
#my-resources tr td a,
#web-resources tr td a {
  text-decoration: none;
	width: 50%;
}
#my-resources tr td a:link,
#web-resources tr td a:link,
#my-resources tr td a:visited,
#web-resources tr td a:visited {
  color: black;
}
#my-resources tr td a:hover,
#web-resources tr td a:hover
{
  color: white;
	background-color: #A52A2A; /* brown */
}
#web-resources {
    margin-top: 20px;
}
#sjg-policy {
    width: 80%;
    text-align: center;
    font-style: italic;
    margin: 20px auto 0px auto;
}

