/* CSS for MrGibson.com written by Michael Gibson          */
/* Much of this CSS will not work on IE 9.0 or lower.      */
/* I test the CSS against FireFox, IE, Chrome, and Safari. */

body {
      font-size: 16px;
     }

/* Set all non specified table text to 14px */
table {
       font-size: 16px;
      }

/* don't show borders of images in links */
img {
      border: 0px;
      margin: 0px;
    }


/* all links highlight yellow with mouse over */
a:hover {
          background-color: #FFFF00;
          text-decoration: underline;          
        }

/* all link text should not have underline. */
a {
  text-decoration: none;
  }

pre {
  text-decoration: none;
  }