	
/*****Clear set******/
.group:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

*html .group {
    zoom: 1; 
    display: block;   
    }
	 
*:first-child+html .group {
	min-height:1px
}

.group {display: inline-block;}  /* for IE/Mac */

/****** Heading *******/
h1, h2, h3, h4, h5, h6, .head { margin-bottom:0; margin-top:0; line-height:1.3em; color:#6c0000; }
h1 { font-size:2em; line-height:1.17; }
h2 { font-size:1.5em; }
h3 { font-size:1.35em; }
h4 { font-size:1.05em; }
h5 { font-size:1.0em; }
h6 { font-size:.95em; }

/****** Paragraph ******/
p { margin-bottom:.8em; }
q:before, q:after{content:'';}

ul{
	margin:.5em;
	padding:.5em;
	}



