/*  C:\ch_oly_web_site\index_html\MyStylesheet10Torm.css        */
/*4-27-04   */
<!--
body {
	background-image: none;
	background-attachment: fixed;
	font-family: Architect, "Tempus Sans ITC", "Libre SansSerif Black SSi", Novelty, "Greco Demi SSi", "Kudos Light SSi";
	font-size : medium;
	word-spacing : 1pt;
	color: #FFA500;
	background-color: Black;
	margin : 5% 5% 5% 5%;
	font-weight : 700;
	letter-spacing : 1px;
	font-style : normal;
	line-height : normal;
}
A:LINK {
	color : Blue;
}
A:ACTIVE {
	color : Red;
}
A:VISITED {
	color : Fuchsia;
}
A:LINK, A:ACTIVE, A:VISITED {
	text-decoration : underline;
}
h1 {
	font-size: x-large;
	font-family: Greco;
	text-align: center;
	text-transform: none;
	color : #FFD700;
}
h2 {
	font-size: x-large;
	font-family: "Ensemble Medium SSi", "Libre SansSerif Black SSi", Gypsy, Prodigal;
	text-align: center;
	text-transform : none;
	font-style : normal;
	color : #DC143C;
	font-weight : 500;
}
h3 {
	font-size: large;
	font-family: Greco;
	text-align: center;
	text-transform : none;
	font-style : normal;
	color : #FFD700;
}
h4 {
	font-size: large;
	font-family: Greco;
	text-align: center;
	font-style: normal;
	text-transform : none;
	color : #DC143C;
}
h5 {
	font-size: large;
	font-family: Garamond;
	text-transform: none;
	text-align : left;
	color : #E0E0E0;
}
h6 {
	font-size: large;
	font-family: Greco;
	text-align : left;
	text-transform : none;
	color : Purple;
	background-image : none;
}
p {
	text-align: justify;
	text-indent: 0%;
}
-->