@import url("rst-orig.css");

h1 {
	font-weight: normal;
	font-size: xx-large;
}

h2 {
	color: black;
	font-weight: normal;
	border-bottom-style: solid;
	border-bottom-width: medium;
	border-color: #999999;
	font-size: x-large;
}

h3 {
	color: black;;
	font-weight: normal;
	font-size: large;
	border-color: #999999;
	border-bottom-width: medium;
	border-bottom-style: double;
}

h4 {
	color: black;
	font-weight: normal;
	font-size: large;
	border-bottom-style: solid;
	border-width: thin;
	border-color: #999999;
}

h5 {
	color: #666666;
	font-weight: normal;
	font-size: large;
	border-bottom-style: dashed;
	border-width: thin;
	border-color: #BBBBBB;
}



