/* Reset CSS */

* { margin: 0; padding: 0; outline: 0; text-shadow: #000000 0px 0px 0px; /* Fixes Safari Bold Font */ }

html {}
body { background: #8a9196; color: #555; font: 13px "Trebuchet MS", arial, sans-serif; min-width: 990px; }

/* Links */
a { color: #bbd0df; text-decoration: none; }
a:link { color: #bbd0df; text-decoration: none; }
a:hover { color: #bbd0df; text-decoration: none; }
a:active { color: #fff; }
img { border: 0; }

/* Heading */
h1 { font-size: 26px; line-height: 24px; font-weight: normal; }
h2 { font-size: 14px; line-height: 16px; }
h1, h2 { margin-bottom: 0px; }

/* Paragraph */
p { margin-bottom: 10px; }
ul, ol { list-style: none; }
