/* Holloman's Stylesheet for Index Pages */

/* The Basic Layout			 */
 html, body, p,ul {font-family:"Arial", sans-serif; color: black; background: white}
:link{color: blue; background:white}
:visited{color: purple; background:white}
:active{color: red; background:white}
 
/* The Title */ 
 .head1		 {font-size: 200%; text-align: center; font-variant: small-caps}
 .head2		 {font-size: 150%; text-align: center; font-variant: small-caps}
 


/* Special			 */
 p.rb			{font-weight: bold;  text-align: right}
 p.r			{text-align: right}
 .b 			{font-weight: bold}
 .i				{font-style: italic}
 .c				{text-align: center}
 .u 			{text-decoration: underline}

/* New DIV alignment to replace tables */
/* Two Column */
.left{float:left;width:50%;text-align:left}
.right{float:right;width:50%;text-align:right}
.done{clear:both}




