/* CSS layout for Natural Beauty website */
* {
	padding: 0;
	margin: 0;
}

/****************** Body and main container ********************/

body {
	font-family: "Times New Roman", Times, serif;
	color: #6DC837;
	font-size: 15px;
	text-align: center;
	background:#ffffff;
	} 
	
	p {
	font-family: "Times New Roman", Times, serif;
	color: #6DC837;
	font-size: 15px;
	text-align: center;
	line-height: 1.5em;
}

									

.price {
	font-family: "verdana";
	color: #6DC837;
	font-size: 11px;
	text-align: right;
	background: #ffffff;
	} 
		
	
	

/********************************** TYPOGRAPHY *******************************************/
h1, h2, h3, h4, h5, h6, p{
	line-height: 1.6em;
}
h1 {
	font-size: 140%;
	line-height: 1.2em;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	text-align: center;
	color: #CC9900;
	padding-bottom: 10px;
}
h2 {
	font-size: 100%;
	line-height: 1.2em;
	font-weight: normal;
	text-transform: none;
	letter-spacing: 0;
	color: #333333;
	text-align: center;


}

h3 {
	font-size: 115%;
	line-height: 1.2em;
	font-weight: bold;
	text-transform: none;
	letter-spacing: 0;
	color: #990000;
	text-align: center;}
	

h4 {
	font-size: 115%;
	line-height: 1.2em;
	font-weight: bold;
	text-transform: none;
	letter-spacing: 0;
	color: #336600;
	text-align: center;
}


h5 {
	font-size: 115%;
	line-height: 1.2em;
	font-weight: bold;
	text-transform: none;
	letter-spacing: 0;
	color: #0000CC;
	text-align: center;

}

a:link {
	text-decoration: none;
	color: #333;
	
	}
a:visited {
	text-decoration: none;
	color: #1f366b;
	}
a:active, a:hover {
	text-decoration: none;
	color: #333;
	}
	
	
#style{

}

table.mytable {
	width: 400px;
	padding: 0px;
	border: none;
	border: 1px solid #3981b8;

}

table.mytable td { font-size: 13px; border: none; background-color: #ddd; 

vertical-align: middle; padding: 7px; font-weight: bold; }

table.mytable tr.special td {background-color: #ccc;}

table.mytable tr.special2 td {
	background-color: #8CC63F;
	color: #FFFFFF;
	text-align: center;
}

caption.mytable {
 
  	padding: 8px 10px;
  	text-align: right;
 	border: 1px solid #000;
  	border-bottom: none;
 	background: #fff;
  	}
