/*     Document style sheet for Convictions Site */

body       {background-color: #e0f8f8    /* #80c0c0;  */}

/* ---- Tag style definitions ---- */

a:link      {color:           #505050;
                font-family:  arial;
                font-weight:  bold;  
               }
a:active  {color:           #c00040;
                font-family:  arial;
                font-weight:  bold;  
              }
a:visited {color:           #680000;
                font-family:  arial;
                font-weight:  bold;  
               }

/*     Image/picture options */

img    {padding:       5pt;}

/*      Header definitions */

h1,h2,h3,h4,h5,h6
        {color:        #000000;
         font-family:  arial;
         text-align:   center;
        }

h1      {font-size:    22pt;}
h2      {font-size:    20pt;}
h3      {font-size:    18pt;}
h4      {font-size:    16pt;}
h5      {font-size:    14pt;}
h6      {font-size:    12pt;}

/*       Normal paragraph */

p       {color:        #000000;
         font-family:  arial;
         font-size:    10pt;
         font-style:   normal;
         text-indent:  20pt;
         text-align:   justify;
         margin-left:  5pt;
         margin-right: 20pt;
        }

/*       Superscript */

sup     {font-size:    -2pt;
        }

/*       Table header */
table   {border-style: solid;
         border-width: thin;
         padding:      5;
        }


th      {font-family:  arial;
         font-size:    12pt;
         color:        #000000;
        }

td      {font-family:  arial;
         color:        #000000;
         font-size:    10pt;
        }

/*       Source reference */

.source {color:        #408000;
         font-family:  arial;
         font-style:   italic;
         font-weight:  bold;
         text-indent:  0pt;
         text-align:   left;
        }

/*       Copyright */

.copy   {color:        #004040;
         text-align:   center;
         text-indent:  0pt;
         font-family:  arial;
         font-weight:  bold;
         }

.right   {color:        #000000;
         font-family:  arial;
         font-style:   italic;
         font-weight:  bold;
         text-indent:  0pt;
         text-align:   right;
        }
  