/* Style Sheet for Massage-Lady.com */
/* default body */
BODY 	{font: 12pt Arial, sans-serif;
	     color: black;
	     margin-right: 2;
	     margin-left: 2;
    	background-attachment: fixed; 
	    background-image: url("http://www.massage-lady.com/images/background.jpg");
		 margin-top: 0;
		 margin-bottom: 0;
	 	}
/* default paragraph */
p 	{font: 12pt Arial, sans-serif;
	 color: black;
	 margin-top: 2;
	 margin-bottom: 2;
	  }
/* default links  cross hairs */
A:link {COLOR: Blue
	}
A:visited {COLOR: #580989;
          }
/* default unordered list */
ul 	{margin-top: 0;
	 margin-bottom: 0;
	 margin-right: 2;
	 margin-left: 2;
	  }
li 	{margin-top: 0;
	 margin-bottom: 0;
	 margin-right: 2;
	 margin-left: 10;
	  }
	  
/* default headlines */
H1	{font: 12pt Arial;
	 font-weight: bold;
	 color: black;
	 margin-top: 6;
	 margin-bottom: 6;
	}
H2	{font: 12pt Arial;
	 font-weight: bold;
	 color: black;
	 margin-top: 2;
	 margin-bottom: 2;
	}
H3	{font: 10pt Arial;
	 color: black;
	 margin-top: 2;
	 margin-bottom: 2;
	}
/* default classes */
.stretch	{letter-spacing: 0.5em}

.indent {text-indent: 15}