/*
-----------------------------------------------
Missionaries.com Global Styles
Author:   Jeremy Boles
Version:  Jan 26 2009
----------------------------------------------- */

* {
  margin: 0;
  padding: 0;
}

/* Tag Declarations/Overwrites
----------------------------------------------- */
html { height: 100%; }
body {
  background: #f0f0f0 url(/images/main/bg.png) left top repeat-x;
  color: #242424;
  font: 12px/12px Helvetica, Arial, sans-serif;
  line-height: 1;
  min-height: 100%;
}
a {
  color: #dc0000;
  outline: none;
}
a:hover { text-decoration: none; }
img { border: 0; }