/* FOOTSPA STYLE */

p {
   color: #ffffff;
	 font-family: Arial;
	 }

body {background-color:#111111;
      /*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: 120%;
	 }

h2 {
	 font-size: 140%;
	 color: #e2c545;
	 }

h3 {
	 font-size: 100%;
	 }

h4 {
	 font-size: 100%;
   }

a:link {color: #888888;
        text-decoration: underline;
				}
	 
a:visited {color: #666666;
           text-decoration: underline;
					 }

a:active {color: #666666;
          text-decoration: underline;
					}
					
a:hover {color: #ffffff;
         background-color: #666666;
				 text-decoration: underline;
				 }
				 
				 
.inset {
        margin-left: 20px;
				margin-right: 20px;
        }

.small {
			 	font-size: 60%;
				}
			
				