/*	Cascading Style Sheet File (geneseoknights.css) for Helping Hands of Geneseo website
			http://geneseoknights.org
	Created by:  	Reggie White, webmaster@geneseoknights.org
			June, 2007
*/


body {
	background-color: #ffffff;
}

h1, h2, h3, h4, h5, h6 	{
	color:	#006600;
	font-family: Arial, Sans-Serif;
}

p	{
	font-family: Arial, Sans-Serif ;
	color:	#000000;
}

.emphasis  {
	font-weight: bolder;
	font-size: larger ;
}

.standout {
	color: #009900 ;
}

.button {
	width: 100px;
	height: 30px; 
	border: 0px; 
}

	
/*

	Colors:
	Text:	font: 	Times New Roman
			red:	0
			green:	0
			blue:	0
			hex:	000000
		Headings:
			red:	0
			green	102
			blue:	0
			hex:	006600
		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:	0
				green:	66
				blue:	0
				hex:	006600
*/
