/* C:\MSWord 97\A2-MyDoneWebPages\MyStylesheet1indx.css for index or WELCOME page               */
/*11-14-04  ancillary style for intergate web site                   */
<!--
body {
	font-family: "Times New Roman", Times, serif;
	font-weight: 600;
	letter-spacing: 0pt;
	color: #FFFACD;
	background-image: url(the_thinker-3.jpg);
	background-attachment: fixed;
	background-color: Black;
	margin : 5% 5% 5% 5%;
	font-size : medium;
	word-spacing : 1pt;
	line-height : 1.2em;
	text-align : right;
	background-position : left;
	background-repeat : no-repeat;
}
A:LINK {
	color : #00BFFF;
}
A:ACTIVE {
	color : Red;
}
A:VISITED {
	color : #EE82EE;
}
A:LINK, A:ACTIVE, A:VISITED {
	text-decoration : underline;
}
h1 {
	font-size: large;
	font-family: Cerebral;
	text-align: right;
	text-transform: none;
	color : #FFFACD;
}
h2 {
	font-size: medium;
	font-family: Cerebral;
	text-align: right;
	text-transform : none;
	color : Blue;
}
h3 {
	font-size: larger;
	font-family: Greco;
	text-align: center;
	text-transform : none;
	color : #FFD700;
}
h4 {
	font-size: larger;
	font-family: Garamond;
	text-align: center;
	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 : #FFD700;
}
p {
	text-align: right;
	text-indent : 5%;
}
-->