/* THE CHAPS STYLE */

p {
   color: #000000;
	 }

body {background-color:#ffffff;
      /*background-image: url();*/
      /*background-repeat: repeat;*/
      /*background-position: center;*/
      font-family: Arial;
      margin: 0%;
      }

h1, h2, h3, h4, h5, h6 {
                        font-family: Arial;
                        }
/* note the use of quotations around font names of more than one word */

h1 {
	 font-size: 300%;
	 }

h2 {
	 font-size: 120%;
	 }

h3 {
	 font-size: 100%;
	 }

h4 {
	 font-size: 100%;
   }

a:link {color: #ff0000;
        text-decoration: none;
				}
	 
a:visited {color: #ff0000;
           text-decoration: none;
					 }

a:active {color: #ff0000;
          text-decoration: none;
					}
					
a:hover {color: #ff0000;
         background-color: #dddddd;
				 text-decoration: none;
				 }

.home {color: #000000;
          }

.greyline {background-color: #dddddd;
          }
					
.blackline {background-color: #000000;
           }
					 
.center {text-align: center;
        vertical-align: middle;
        }

