/* external CSS file */
/* filename styles.css */
/* C-HiM: Cedar Hills Media Copyright August 2001 */
/* Written and maintained by Linda A. Rex */


/* Body Styles */
BODY {
      background-image: url(chimclr.gif);
      background-color: aqua;
      color: navy;
      font-family: Times, Roman, serif;
      font-style: normal;
      width: 600px;
     }

/* Navigation Bar Links Styles */
A.navbar  {
           font-family: Times, Roman, serif;
           font-weight: bold;
           font-style: normal;
           width: 110px;
           text-align: center;
           border-color: white;
          }


A.navbar:active  {
                  color: silver;
                  background-color: navy;
                 }
A.navbar:visited {
                  color: silver;
                  background-color: teal;
                 }
A.navbar:link    {
                  color: white;
                  background-color: teal;
                 }

/* Text Links Styles */
A.text         {
                font-family: Times, Roman, serif;
                font-weight: bold;
                font-style: normal;
               }
A.text:link    {
                color: navy;
               }
A.text:active  {
                color: teal;
               }
A.text:visited {
                color: teal;
               }

/* Heading Size Styles */
H1 {
    font-size: x-large;
   }
H2 {
    font-size: large;
   }
H3 {
    font-size: medium;
   }
H4 {
    font-size: small;
   }

/* Heading Type Styles */
H1, H2, {
         font-family: Times, Roman, serif;
         font-weight: bold;
         font-style: normal;
         color: navy;
        }
H3, H4  {
         font-family: Times, Roman, serif;
         font-weight: bold;
         color: teal;
         font-style: italic;
        }

/* Heading Alignment Styles */
H1.right, H2.right, H3.right, H4.right {
                    text-align: right;
                    margin-right: 10px;
                                       }

H1.center, H2.center, H3.center, H4.center {
                    text-align: center;
                                           }

/* Italic Styles */
I       {
         font-style: italic, oblique;
        }

/* Bold Styles */
B       {
         font-weight: bold;
         font-style: normal;
        }

/* Paragraph Copyright Styles */
P.copyr {
         font-family: Arial, Helvetica, sans-serif;
         font-weight: light;
         font-size: xx-small;
         font-style: normal;
         color: navy;
        }

/* Paragraph Intro. Page Styles */
P.intro {
         font-family: Times, Roman, serif;
         font-weight: bold;
         font-size: medium;
         font-style: normal;
         text-align: justify;
         width: 600px;
        }

/* Paragraph Right Column Styles */
P.right {
         font-family: Times, Roman, serif;
         font-weight: normal;
         font-size: medium;
         font-style: normal;
         width: 340px;
         padding: 2px;
         margin: 2px;
         text-align: right;
        }

/* Paragraph Left Column Styles */
P.left  {
         font-family: Times, Roman, serif; 
         font-weight: normal;
         font-size: medium;
         font-style: normal;
         text-align: left;
         width: 260px;
         padding: 2px;
         margin: 2px;
         list-style-position: inside;
         list-style-type: square;
        }

/* Paragraph Block Styles */
P.block {
         font-family: Times, Roman, serif;
         font-weight: normal;
         font-size: medium;
         font-style: normal;
         background-image: url(blockbg.gif);
         background-color: yellow;
         text-align: justify;
         color: navy;
         width: 260px;
         border: 2px solid navy;
         padding: 16px;
        }

/* Paragraph Signature Styles */
P.sign  { 
         font-family: Times, Roman, serif;
         font-weight: bold;
         font-size: medium;
         font-style: italic;
         color: navy;
         text-align: right;
        }

/* Paragraph Caption Styles */
P.caption {
           font-family: Helvetica, Arial, sans-serif;
           font-weight: light;
           font-size: xx-small;
           font-style: normal;
           color: navy;
           }

/* Paragraph Large Caption Styles */
P.lcaption {
           font-family: Helvetica, Arial, sans-serif;
           font-weight: medium;
           font-size: x-small;
           font-style: normal;
           color: navy;
           }

/* Horizontal Rule Style */
HR      {
         color: navy;
        }



