/* CSS stylesheet file for client site */
/* (c) 2003 David Byers Web Friday */

BODY { color: black; margin: 3px }

H1 {
 font-family: Arial, Helvetica, sans-serif; font-size: 30px; text-align: center;
 font-weight: bold; font-style: italic; color: #000; margin-top: 0px; margin-bottom: 0px;
 display: block }

H2 {
 font-family: Arial, Helvetica, sans-serif; font-size: 24px; text-align: center;
 font-weight: bold; color: #000; margin-top: 0px; margin-bottom: 0px; display: block }

H3 {
 font-family: Arial, Helvetica, sans-serif; font-size: 20px; text-align: center;
 font-weight: bold; color: #000; margin-top: 0px; margin-bottom: 0px; display: block }

P {
 font-family: Arial, Helvetica, sans-serif; font-size: 16px; text-align: left;
 color: #000; margin-top: 16px; margin-bottom: 0px }

P.admin {
 font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-align: center;
 font-weight: normal; margin-top: 12px; margin-bottom: 0px }

P.caption {
 font-family: Arial, Helvetica, sans-serif; font-size: 14px; text-align: center;
 font-weight: normal; font-style: italic; margin-top: 7px; margin-bottom: 7px }

P.redirect {
 font-family: Arial, Helvetica, sans-serif; font-size: 24px; text-align: left;
 font-weight: bold; margin-top: 20px; margin-bottom: 20px }

/* Paragraph options template

P.template {
 font-family: Times new roman, Times, serif;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 16px;
 text-align: left; right;
 font-weight: bold; normal;
 font-style: italic; normal;
 color: #000;
 background: #fff;
 margin-top: 16px;
 margin-bottom: 0px;
 text-indent: 0px;
 line-height: 1.1;
 display: block;
 display: inline;
 }

*/

A:link { color: blue; text-align: center; text-decoration: underline }     /* unvisited link */
A:visited { color: purple; text-align: center; text-decoration: underline }  /* visited links */
A:active { color: red; text-align: center; text-decoration: underline }     /* active links */
A:hover { color: red; text-align: center; text-decoration: underline }  /* mouse on links */

IMG.navigate { display: block }

/* setting the anchor border around IMG elements requires contextual selectors */
A:link IMG { border: none }
A:visited IMG { border: none }
A:active IMG { border: none }

TABLE { border-color: #000;
 border-style: none;
 border-width: 0;
 padding-top: 0px;
 padding-right: 0px;
 padding-bottom: 0px;
 padding-left: 0px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 margin-left: 0px;
 }

TR { font-family: Arial, Helvetica, sans-serif;
 font-size: 16px;
 text-align: center;
 line-height: 1.1;
 border-color: #000;
 border-style: solid;
 border-width: medium;
 padding-top: 0px;
 padding-right: 0px;
 padding-bottom: 0px;
 padding-left: 0px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 margin-left: 0px;
 }

TD { font-family: Arial, Helvetica, sans-serif;
 font-size: 18px;
 text-align: center;
 line-height: 1.1;
 border-color: #090;
 border-style: none;
 border-width: 0px;
 padding-top: 0px;
 padding-right: 0px;
 padding-bottom: 0px;
 padding-left: 0px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 margin-left: 0px;
 }

BLOCKQUOTE { margin-left: 20px; margin-right: 10px }

UL { list-style: disc }
OL { list-style: decimal }

LI { margin-left: 30px; text-align: left; display: list-item }

HR { border-top: solid; color: #000; width: 75%; display: block }


