/* Common-authors.css - www.cityofhenderson.com */

/* TYPE STYLES */
.header { font-weight: bold; color: #669999; }
.subhead { font-weight: bold; color: #993366;}
.subhead a { color: #993366;}

a { color: #4c7d73; text-decoration: underline; }

/* 
	approximately 68% is equal to 11 px
*/
body 
{ 
	font-size: 62.8%; /*property duplicated here, so design view in front page looks OK*/
	line-height: 1.2em; /*property duplicated here, so design view in front page looks OK*/
	background-image: url(/global/images/yellowgradient.jpg); 
	background-repeat:repeat-x; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
} 

/*
	em equivalent to px
	1em = 10px
	1.lem = 11px
	1.2em = 12px
	2em = 20px
*/
td, table { font-size: 1em; } /*property duplicated here, so design view in front page looks OK*/
H3 {color: #993366; margin-top:0px;}

/* COMMON QUESTIONS */
.questions {font-weight: bold;}

