body {
   font-family:         Verdana, Arial, Helvetica, sans-serif;
   font-size:           100%;
   background:          #009933;
}

body.admin {
   font-family:         Verdana, Arial, Helvetica, sans-serif;
   font-size:           100%;
   background:          #999900;
}

p {
   font-size:           90%;
   text-indent:         0px;
   text-align:          justify;
   color:               black;
   padding-left:        15px;
   padding-right:       15px;
}

p.story {
   font-size:           90%;
   font-weight:         normal;
   text-align:          justify;
}

p#mono {
   font-family:         Courier New, Courier, monospace;
   text-align:          left;
}

p.smallText {
   font-size:           70%;
}

p.bold {
   font-weight:         bold;
}

p.signature {
   font-family:         cursive, serif;
   font-size:           100%;
   font-style:          italic;
   text-indent:         0px;
   text-align:          left;
}

p.address {
}

p.message {
   text-align:          center;
   color:               #009933;
   background:          white;
}

p.error {
   text-align:          center;
   color:               #ff0000;
   background:          white;
}

input.logon {
   font-family:         Verdana, courier new, monospaced;
}

textarea.logon {
   font-family:         Verdana, courier new, monospaced;
}

select.mono {
   font-family:         courier new, monospaced;
}

span.goalscorer {
   font-style:          italic;
   font-weight:         normal;
}

/* News Help */
p.newsHelp {
   font-size:           120%;
}

ul.newsHelp {
   font-size:           120%;
   text-align:          left;
   text-indent:         -15pt;
}

li.newsHelp {
   text-align:          left;
   text-indent:         0pt;
}

span.newsHelpButton {
   border:              solid black 1pt;
}