/*  C:\ch_oly_web_site\MyStylesheetBlogPages.css       */
/*4-27-04   */
<!--
body {
   background-image: url(blue.jpg);
   background-attachment: fixed;
   font-family: "Times New Roman";
   font-size: x-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;
}
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: large;
   font-family: "Kudos Light SSi";
   text-align: left;
   text-transform: none;
   color: Red;
}
p {
   text-align: left;
   text-indent: 0%;
   font-size: large;
   font-weight: 600;
   font-size-adjust: inherit;
}
-->