body {
background-image:url('massage_background.jpg');
background-attachment:	fixed;
}


h1 {text-align: center;	color: navy;		font-family: times;	font-size: 36px;  font-weight: bold}
h2 {text-align: center;	color: navy;		font-family: times;	font-size: 30px;  font-weight: bold}
h3 {text-align: center;	color: navy;		font-family: times;	font-size: 30px;  font-weight: normal; margin-bottom: 0px}	
h4 {text-align: center;	color: navy;		font-family: times;	font-size: 16px;  font-weight: normal}	
h5 {text-align: left;	color: blue;		font-family: times;	font-size: 16px;  font-weight: bold; margin-bottom: 0px}	
h6 {text-align: left;	color: navy;		font-family: times;	font-size: 16px;  font-weight: bold}	
p  {text-align: left;	color: navy;		font-family: times;	font-size: 15px;  font-weight: normal}


a:link    {text-decoration: none; color: blue}
a:visited {text-decoration: none; color: blue}
a:active  {text-decoration: none; color: blue}
a:hover   {text-decoration: none; color: navy}


html { overflow: -moz-scrollbars-vertical; }



#container {
width: 				960px;
margin: 			0 auto;
border-width:		0px;
text-align:			left;
font-family:		times;
font-weight:		normal;
font-size:			16px;
color:				navy;
}



.menutable {
border-width:		0px;
width:				960px;
text-align:			left;
font-family:		times;
font-weight:		bold;
font-size:			18px;
color:				navy;
}