/*  C:\ch_oly_web_site\MyStylesheetBlogPages.css       */
/*4-27-04   */
<!--
body {
   background-image: none;
   background-attachment: fixed;
   font-family: "Bookman Old Style";
   font-size: large;
   word-spacing: 1pt;
   background-color: transparent;
   margin: 5% 5% 5% 5%;
   font-weight: 600;
   letter-spacing: 1px;
}
A:LINK {
	color : Blue;
}
A:ACTIVE {
	color : Red;
}
A:VISITED {
	color : Fuchsia;
}
A:LINK, A:ACTIVE, A:VISITED {
	text-decoration : underline;
}
.play       /*play title */
{
   font-family: Verdana;
   font-size: large;
   font-stretch: wider;
   font-weight: bold;
   margin-left: 27%;
   text-align: left;
   color: Black;
   background-color: inherit;
}
h1 {
   font-size: x-large;
   font-family: Greco;
   text-align: center;
   text-transform: none;
   color: Red;
   font-weight: 600;
}
h2 {
   font-size: large;
   font-family: Greco;
   text-align: center;
   text-transform: none;
   font-style: normal;
   color: Red;
}
h3 {
   font-size: medium;
   font-family: Greco;
   text-align: left;
   text-transform: none;
   font-style: normal;
   color: Gold;
}
h4 {
   font-size: medium;
   font-family: Greco;
   text-align: left;
   font-style: normal;
   text-transform: none;
   color: Red;
}
h5 {
   font-size: large;
   font-family: "Kudos Light SSi";
   text-transform: none;
   text-align: left;
   color: Red;
}
h6 {
   font-size: x-large;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   text-align: center;
   text-transform: none;
   color: Maroon;
}
p {
   text-align: left;
   text-indent: 0%;;
   font-size-adjust: inherit;
}
-->