@charset "utf-8";
/* CSS Document */

/*----------------- website colors -----------------
grey: #3D3D3D
green: #86B941
*/

body { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; text-align:center; margin: 0; padding: 0; background: #000000; }
p { margin: 5px 0 5px 0; padding: 0;}

#alternateContent { margin-top: 125px; }
#noFlash { margin: auto; padding: 50px 10px; width:750px; text-align:center; background: #C0831E; border: #BF0000 5px solid; }


a:visited, a:link, a:active { color: #BF0000; text-decoration: underline; }
a:hover { color: #000000; text-decoration: underline; }


