/* CSS Document */
p {
    font-size:0.8125em; /* 16x.75 = 12 */
}

h1 {
	background-color:transparent;
	color: #000;
	font-size: 1.625em; /* 16x1.625 = 26 */
	line-height: 1.25em;
	font-weight: normal;
}

h2 {
	background-color:transparent;
	color: #000;
	font-size: 1em; /* 16x1 = 16px */
	line-height:1.25em;
	font-weight: bold;
}

h3 {
	background-color:transparent;
	color:#000;
	font-size: 0.875em; /* 16x.875 = 14px */
	line-height:1.5em;
	font-weight:normal;
}

h4 {
	background-color:transparent;
	color:#000;
	font-size: 0.75em; /* 16x.75 = 12px */
	font-weight:normal;
}

h5 {
	background-color:transparent;
	color: #000;
	font-size: 0.625em; /* 16x.625 = 10px */
	font-weight:normal;
}