/*  Monsters At Play Style Sheet  */
/*  Version: v 1.0                */
/*  Author: Michael Johnson       */

body  { background: url(../images/bg-main.gif) #311F1F; margin: 0px; }
p     { font-family: verdana, arial, sans-serif; font-size: 10px; color: #FFF; }
td    { font-family: verdana, arial, sans-serif; font-size: 10px; color: #FFF; }

a:link    { color: #FF7F00; text-decoration: none; font-weight: normal; }
a:active  { color: #FF7F00; text-decoration: none; font-weight: normal; }
a:visited { color: #FF7F00; text-decoration: none; font-weight: normal; }
a:hover   { color: #FF7F00; text-decoration: underline; font-weight: normal; }

a.img:link    { color: #000; text-decoration: underline; }
a.img:active  { color: #000; text-decoration: underline; }
a.img:visited { color: #000; text-decoration: underline; }
a.img:hover   { color: #FF7F00; text-decoration: underline; }

.lineleft  { background-color: #000; width: 1px; }
.lineright { background-color: #000; width: 3px; }

.mainnav   { background-color: #543636; }
.secondnav { background-color: #543636; }

.mainbg    { background-color: #543636; }
.ghostbg1  { background: url(../images/bg-ghost1.gif) no-repeat #543636; }
.ghostbg2  { background: url(../images/bg-ghost2.gif) no-repeat #543636; }

.head1     { font-family: verdana, arial, sans-serif; font-size: 10px; color: #FF0C0C; font-weight: bold; }
.head2     { font-family: verdana, arial, sans-serif; font-size: 10px; color: #FF0C0C; font-weight: normal; }

.byline    { font-family: verdana, arial, sans-serif; font-size: 9px; color: #CCC; }
.byline2   { font-family: verdana, arial, sans-serif; font-size: 10px; color: #FFF; }

.supp      { font-family: verdana, arial, sans-serif; font-size: 9px; color: #FFF; background: #543636; }
.supp2     { font-family: arial, verdana, sans-serif; font-size: 10px; color: #FFF; background: #543636; }

.inputbox  { width: 89px; background-color: #D3D3EB; font-family: verdana, arial, sans-serif; font-size: 10px; color: #000; padding: 0px; }
.nospace   { margin: 0px; padding: 0px; }