/* typical-browser standard headings */

H1.default {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	color: #0000000;
}

H2.default {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #0000000;
}

H3.default {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	font-size: 19px;
	font-weight: bold;
	color: #0000000;
}

H4.default {
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: #0000000;
}

H5.default {
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	color: #0000000;
}

H6.default {
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #0000000;
}

/* small headings */
H1.small {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #0000000;
}

H2.small {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #0000000;
}

H3.small {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #0000000;
}

H4.small {
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #0000000;
}

H5.small {
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #0000000;
}

H6.small {
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	color: #0000000;
}

/* tiny headings */
H1.tiny {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #0000000;
}

H2.tiny {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #0000000;
}

H3.tiny {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #0000000;
}

H4.tiny {
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #0000000;
}

H5.tiny {
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	color: #0000000;
}

H6.tiny {
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	font-size: 8px;
	font-weight: bold;
	color: #0000000;
}

/* paragraphs */
P.normal {
	font-family: "Times New Roman", Times, serif;
	line-height: normal;
	font-size: medium;
	color: #000000;
}

P.links {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	line-height: normal;
	font-size: small;
	color: #000000;
}

P.copyright {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	line-height: normal;
	font-size: x-small;
	color: #000000;
}

P.citeauthor {
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	line-height: normal;
	font-size: x-small;
	font-style: italic;
	color: #000000;
}

P.indent {
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	text-indent: 25px;
	line-height: normal;
	font-size: medium;
	color: #000000;
}

/* sadhana styles */
P.sadhnormal {
	font-family: "Times New Roman", Times, serif;
	line-height: normal;
	font-size: medium;
	color: #000000;
}

P.sadhaside {
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	line-height: normal;
	font-size: small;
	font-style: italic;
	color: #000000;
}

P.sadhcolofoot {
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	text-indent: 25px;
	line-height: normal;
	font-size: small;
	color: #000000;
}

P.sadhauthor {
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	line-height: normal;
	font-size: x-small;
	font-style: italic;
	color: #000000;
}

/* block quotes */
BLOCKQUOTE.Normal {
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	line-height: normal;
	font-size: medium;
	color: #000000;
}

BLOCKQUOTE.citeauthor {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	line-height: normal;
	font-size: x-small;
	font-style: italic;
	color: #000000;
}

