/**** Stylesheet for Salon Mizu dot com *****/

body {
	background-color: #CCCCCC;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	}
h1 {
	font-size:18px;
	font-weight:bold;
	color:#15A3C7;
	}
h2 {
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	color:#5B2809;
	}
p {
	color:#000000;
	}
a:link, a:visited, a:active {
	color: #84414A;
	text-decoration: none;
	font-weight:bold;
	color:#5e2b0c;
	}
a:hover {
	text-decoration:none;	
	color:#15A3C7;
	}
ul {
	list-style-type:disc;
	}

