/* This file will hold styles for the mobile version of your website (mobile first). */
/* This also can include ANY global CSS that applies site-wide. Unless overwritten by a more specific style rule, CSS declarations in global.css will apply site-wide. */

body,
body p {
  font: 13px/1.5 "Lucidia Grand", verdana, sans-serif;
}


a:link {
  text-decoration: none;
}
