/* 
	Cascading Style Sheet for Stroud CAB

	First, Main text area, excluding banner and button bars
*/

	body { 
	font-size: 12pt;
	background-image: url(images/yellowmosaic.gif);
	font-family: Arial;
	color: #000000;
	line-height: 14pt;
	margin-top: 0;
	margin-left: 0;
	scrollbar-face-color: #66CCFF;
	scrollbar-shadow-color: #000099;
	scrollbar-highlight-color: #6666FF;
	scrollbar-3dlight-color: #000000; 
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #FFFFCC; 
	scrollbar-arrow-color: #FFFF00}

	p {
	text-align: left}

/*	For Format of header    */
	h1 {
	font-family: Tahoma, Verdana, Arial;
	font-weight: bold;
	color: #000099;
	font-size: 18pt;
	line-height: 20pt;
	text-align: center}


/*	For Subheadings in text    */

	div.h1c {
	font-family: Tahoma, Verdana, Arial;
	font-weight: bold;
	color: #000099;
	font-size: 14pt;
	line-height: 20pt;
	text-align: center}

	div.h1l {
	font-family: Tahoma, Verdana, Arial;
	font-weight: bold;
	color: #000099;
	font-size: 14pt;
	line-height: 20pt;
	text-align: left}

	div.h1r {
	font-family: Tahoma, Verdana, Arial;
	font-weight: bold;
	color: #000099;
	font-size: 14pt;
	line-height: 20pt;
	text-align: right}

/*	For Footer e.g. Charity Number at end of Home page  */

	div.h4 {
	font-family: Tahoma, Verdana, Arial;
	color: #000000;
	font-size: 10pt;
	line-height: 12pt}

/*	For links  */

	a:link {color: #000099}
	a:visited {color: #000099}
	a:active {color: #000099}


