/* Main Body */
.term
{
  font-weight: bold;
}
.link
{
  width: 180px;
  height: 180px;
  float: left;
}
.link p
{
  padding: 0;
  margin: 0;
}
.link a
{
  text-decoration: underline;
  font-weight: bold;
}
#linksub
{
  clear: both;
  margin: 10%;
}
#linksub p
{
  text-align: center;
  padding: 0;
  margin: 0;
}
#linksub a
{
  margin-left: 2px;
  padding-left: 25px;
  background: url(images/email.gif) no-repeat left center;
  text-decoration: none;
  font-weight: bold;
}
#linksub a:hover
{
  margin-left: 2px;
  padding-left: 25px;
  background: url(images/email-h.gif) no-repeat left center;
  text-decoration: none;
  border-bottom: 1px solid #4c9953;
}

