/*index.css*/

	body { font-family: Times, serif;
			background-color: #cccc99;
			color: #000000 }
	
	a:link { color: #666633;
			background-color: #cccc99; }
				 
      a:visited { color: #666666;
      		background-color: #cccc99 }
      		
      a:active { color: #ff0000;
      		background-color: #cccc99 }
      		
      a:hover { color: #ff0000;
      		background-color: #cccc99 }
      		
   	.address { margin-top: 0.25em;
   			margin-bottom: 0.25em;
   			text-align: center }
   			
   	.footer { margin-right: 2em;
   			margin-left: 2em;
   			margin-top: 0.1em;
   			margin-bottom: 0.25em;
   			font-family: Times, serif;
   			font-style: italic;
   			font-size: smaller;
   			text-align: left }
   			
   	 .announce { margin-top: 0.25em;
   			margin-bottom: 0.25em;
   			text-align: center;
   			border-style: solid;
   			border-width: thin;
   			padding: 0.5em }

