/*  MyStylesheet3.css  for Chauvin-Page3           */
/*3-20-04                     */
<!--
body {
	background-image: url(purple1.jpg);
	background-attachment: fixed;
	font-family: Garamond;
	color: Navy;
	background-color: transparent;
	margin : 5% 5% 5% 5%;
	word-spacing : 1pt;
	font-weight : 600;
	letter-spacing : normal;
	font-size : medium;
	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: larger;
	font-family: Greco;
	text-align: center;
	text-transform : none;
	font-style : normal;
	color : #FFD700;
}
h4 {
	font-size: larger;
	font-family: Garamond;
	text-align: center;
	font-style: normal;
	text-transform : none;
	color : #DC143C;
}
h5 {
	font-size: medium;
	font-family: Garamond;
	text-transform: none;
	text-align : left;
	color : #DC143C;
}
h6 {
	font-size: medium;
	font-family: Greco;
	text-align : left;
	text-transform : none;
	color : Purple;
}
p {
	text-align: justify;
	text-indent: 5%;
}
-->