/*  C:\ch_oly_web_site\index_html\MyStylesheet09Woe.css       */
/*4-27-04   */
<!--
body {
   background-image: none;
   background-attachment: fixed;
   font-family: cursive;
   font-size: medium;
   word-spacing: 1pt;
   color: Lime;
   background-color: #2F4F4F;
   margin: 5% 5% 5% 5%;
   font-weight: 500;
   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 : #8A2BE2;
}
h2 {
	font-size: x-large;
	font-family: Greco;
	text-align: center;
	text-transform : none;
	font-style : normal;
	color : #8A2BE2;
	background-image : none;
	background-color : transparent;
}
h3 {
	font-size: large;
	font-family: Greco;
	text-align: center;
	text-transform : none;
	font-style : normal;
	color : #8A2BE2;
}
h4 {
	font-size: large;
	font-family: Greco;
	text-align: center;
	font-style: normal;
	text-transform : none;
	color : #B22222;
}
h5 {
	font-size: medium;
	font-family: Greco;
	text-transform: none;
	text-align : left;
	color : #DC143C;
}
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%;
}
-->