/*	Cascading Style Sheet File (helpinghands.css) for Helping Hands of Geneseo website
			http://
	Created by:  	Reggie White, webmaster@helpinghandsingeneseo.org
			June, 2007
*/


body {
	background-color: #ffcccc;
}

h1, h2, h3, h4, h5, h6 	{
	color:	#000000;
	font-family: Arial, Sans-Serif;
}

p	{
	font-family: Arial, Sans-Serif ;
	color:	#000000;
}

.emphasis  {
	font-weight: bolder;
	font-size: larger ;
}

.standout {
	color: #FF0000 ;
}

.button {
	width: 100px;
	height: 30px; 
	border: 0px; 
}
	

/*

	Colors:
		Text:	font: 	Times New Roman
			red:	0
			green:	0
			blue:	0
			hex:	000000

		Background:
			red:	255
			green:	255
			blue:	255
			hex:	FFFFFF

		buttons:
			background: embossed / shaded
				red:	255
				green:	255
				blue:	255
				hex:	FFFFFF
			text:	size:15 font: Ariel
				red:	255
				green:	0
				blue:	0
				hex:	FF0000

*/
							