/*
Copyright 1999, 2003 pcob.org and wVector.com. All rights reserved.
$Revision: 1.4 $
$RCSfile: index.css,v $
$Header: /var/cvs/pcob/index.css,v 1.4 2003/08/31 02:50:45 lindja Exp $
$Name:  $
$Log: index.css,v $
Revision 1.4  2003/08/31 02:50:45  lindja
Modify to conform to W3C HTML 4.01 and CSS standards.

Revision 1.3  2003/08/30 13:21:49  lindja
Trailing linefeed added.

Revision 1.2  2003/08/30 13:20:43  lindja
Add RCSfile keyword and indexFoot styles.

Revision 1.1  2003/08/25 05:02:26  lindja
Add Cascading Style Sheet for main index page.

*/
a:link {
	color: maroon;
}
a:active {
	color: navy;
}
a:visited {
	color: navy;
}
a:link img {
   border: 0px;
}
a:active img {
   border: 0px;
}
a:visited img {
   border: 0px;
}   
body {
	background: url(pcusa/Backgrounds/pcusap.gif);
}
h1 {
	text-align: center;
}
h2 {
	text-align: center;
}
div.indexPage {
   text-align: center;
}
table.indexPage {
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
div.indexHead {
  text-align: center;
}
table.indexHead {
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
div.indexFoot {
  text-align: center;
}
table.indexFoot {
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
