styles.css 223 B

12345678910
  1. /* use this to put borders around things... */
  2. .thin_border {
  3. border: 1px solid black; }
  4. .greenlink:hover {
  5. background-color: #67b168;
  6. color: white;
  7. text-decoration: none; }
  8. /*# sourceMappingURL=styles.css.map */