/*
 *  Stylesheet for the links page.
 *  Matt Finucane, June 2013.
 */
/*
 *  Mixins for the Registered Pharmaceuticals Assistants' Association website
 *  Matt Finucane, June 2013.
**/
/* line 11, ../sass/links.scss */
#content_wrapper .section .content h3, #content_wrapper .section .content ul {
  display: inline;
  float: left;
  clear: both;
  margin: 10px 20px;
}
/* line 17, ../sass/links.scss */
#content_wrapper .section .content h3 {
  font-weight: bold;
  font-size: 1.5em;
}
/* line 22, ../sass/links.scss */
#content_wrapper .section .content ul li {
  display: inline;
  float: left;
  clear: both;
  line-height: 1.5em;
}
/* line 27, ../sass/links.scss */
#content_wrapper .section .content ul li a {
  display: inline;
  float: left;
  color: #234a58;
  text-decoration: none;
}
/* line 32, ../sass/links.scss */
#content_wrapper .section .content ul li a:hover {
  text-decoration: underline;
}
