/* style.css - for CCCCA website pages *//* We use the "standard 16" color names:   aqua, black, blue, fuchsia, gray, green, lime, maroon,   navy, olive, purple, red, silver, teal, white, and yellow */BODY {	font-family: verdana, sans-serif; color: black;}P {	font-family: verdana, sans-serif; color: black;		font-size:	11px;}BLOCKQUOTE {	font-family: verdana, sans-serif; color: black;	font-size:	11px;}H1, H2 {	font-family: verdana, sans-serif;	text-shadow: 0.2em 0.2em 0.1em #CCC;	background: transparent;}H3, H4, H5 {	font-family: verdana, sans-serif;	background: transparent;}		h1 {	color:			black;	font-family:		verdana, sans-serif;	font-size:			24px;	font-weight:		bold;}	h2 {	color:			black;	font-family:		verdana,sans-serif;	font-size:			16px;	font-weight:		bold;}	h3	{	color:			black;	font-family:		verdana,sans-serif;	font-weight:		bold;	font-size:			13px;}	h4 {	color:			black;	font-weight:		bold;	font-size:			11px;}	h5 {	color:			black;	font-weight:		bold;	font-size:			10px;}A:link {	color: white;}A:visited {	color: purple;}A:active {	color: red;}	A:hover { 		color: maroon;}