/* remotefilename=/style/investors.css
 *
 *	Copyright © 2025 by The Race To Space Project.  All rights reserved.
 *
 *	$Id: /style/investors.css,v $
 */
/**
*	CSS rulesets for FUNCTION
*
*	Author:			Fred Koschara
*	Creation Date:	September first, 2025
*	Last Modified:	September 1, 2025 @ 11:33 am
*
*	Revision History:
*	   Date		  by		Description
*	2025/08/11	wfredk	use dark background, light colored text
*	2025/08/11	wfredk	set max-width as 640 pix, not width, to be responsive
*	2025/09/01	wfredk	original development, extracted from /corp/investors.php
*/

.blurbBackground
{	background-color:#333;
	color:#e8e8cc;
	display:table;
	margin:2em auto;
	max-width:640px;
	padding:1em 2em;
	text-align:justify;
	width:100%;
}
.blurbBackground p
{	color:#e8e8cc;
}
/* a.navy
{	color:navy;
} */
h2.spaced, p.spaced
{	margin-bottom:1em;
	margin-top:2em;
}
hr.divider
{	margin:3em 0;
}

/* EOF: investors.css */
