/* STYLE SHEET : China-taichi-guide.com : Created by Anthony Fidler */

* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}
		
body {
	background-color: #ccccff;
	font-size: 62.5%;
	font-family: Arial,Helvetica,sans-serif;
}


h1, h2, h3, h4, p, li, ul, a {
	font-family: Arial,Helvetica,sans-serif;
	color: #000000;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
	margin: 0 0 15px 0;
}
		
h4 {
	font-size: 1.6em;
	margin: 0 0 5px 0;
}

h5 {
	font-size: 1.3em;
	margin: 0 0 5px 0;
}

p {
   font-size: 1.3em;
   line-height: 1.2em;
	margin: 0 0 10px 0;
}


li {
   font-size: 1em;
}

ol {
	margin: 0 0 0 20px;
}

a {
	color: navy;
}
		
a:hover {
	color: red;
}


em {
	font-weight: bold;
	font-style: normal;
}

hr .red{
	color: red;
	background-color: red;
}

.emphasis {
	font-weight: bold;
}

.highlight {
	color: red;
}

.highlight2 {
	color: yellow;
}

.underline {
text-decoration: underline;	
}


.follow {
	margin: 0 0 0 0;
}

.halfBreak {
	margin: 0 0 5px 0;
}

.oneAndHalfBreak {
	margin: 0 0 15px 0;
}

.doubleBreak {
	margin: 0 0 20px 0;
}
		
.separator {
		clear: both;
}

.separatorInvisible {
		clear: both;
		height: 1px;
}

.centred {
   width: 100%;
   text-align: center;
}

.floatleft{
float: left;
}

.floatright{
float: right;
}

.clearFloat:after {
	content: "."; 
	display: block; 
	height: 0px; 
	width: 400px;
	clear: both; 
	visibility: hidden;
	margin: 0 0 10px 0;
}


.tabRight {
	margin: 0 0 0 10px;
}		
		
.emptySpace {
	height: 10px;
}		