/* CSS file for links.php */

h3 
{ 
  text-align: left;
  margin-top: 20px;
}

h3 a
{
  text-decoration: none;
  color: #040;
}

h3 a:hover
{
  text-decoration: underline;
  background: #eee;
}