/*  C:\ch_oly_web_site\index_html\MyStylesheet11Elysium.css              */
/*4-27-04   */
<!--
body {
   background-image: none;
   background-attachment: inherit;
   font-family: cursive;
   font-size: large;
   word-spacing: 1pt;
   color: Green;
   background-color: #CAFFCA;
   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 : Indigo;
	font-weight : 500;
}
h2 {
   font-size: x-large;
   font-family: cursive;
   text-align: center;
   text-transform: none;
   font-style: normal;
   color: Black;
   font-weight: 700;
}
h3 {
	font-size: medium;
	font-family: Greco;
	text-align: center;
	text-transform : none;
	font-style : normal;
	color : #FFD700;
}
h4 {
   font-size: medium;
   font-family: cursive;
   text-align: center;
   font-style: normal;
   text-transform: none;
   color: #FFE4B5;
}
h5 {
   font-size: medium;
   font-family: cursive;
   text-transform: none;
   text-align: left;
   color: Navy;
}
h6 {
   font-size: medium;
   font-family: cursive;
   text-align: left;
   text-transform: none;
   color: Yellow;
   background-image: none;
}
p {
	text-align: justify;
	text-indent: 0%;
}
-->