/*  C:\ch_oly_web_site\index_html\MyStylesheet5Per.css      for Peroration page        */
/*3-18-04   */
<!--
body {
   background-image: url(beige009.jpg);
   background-attachment: fixed;
   font-family: "Times New Roman", Times, serif;
   font-size: large;
   word-spacing: 1pt;
   color: Black;
   background-color: transparent;
   margin: 5% 5% 5% 5%;
   font-weight: 700;
   letter-spacing: 1px;
   font-style: normal;
   line-height: 1.2em;
}
A:LINK {
	color : Blue;
}
A:ACTIVE {
	color : Red;
}
A:VISITED {
	color : Purple;
}
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: Garamond;
	text-align: center;
	text-transform : none;
	font-style : normal;
	color : #DC143C;
}
h3 {
	font-size: large;
	font-family: Greco;
	text-align: center;
	text-transform : none;
	font-style : normal;
	color : #FFD700;
}
h4 {
	font-size: large;
	font-family: Garamond;
	text-align: center;
	font-style: normal;
	text-transform : none;
	color : #DC143C;
}
h5 {
	font-size: large;
	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: 5%;
}
-->