/* Filename: GreyBackgroundHeaders.css */

/* 
Insert the following within the header of your HTML files:
<LINK REL="stylesheet" TYPE="text/css" HREF="GreyBackgroundHeaders.css" TITLE="DefaultGrey"> 
*/


/***********************************************/
/* HTML tag styles                             */
/***********************************************/


/************** header tag styles **************/

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h1 {
	font-size: x-large;
	background: #CCCCCC;
	text-align: center;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	background: white;
	margin-right: 2%;
	margin-left: 2%;
}

border {
	border-top: medium none #666666;
	border-right: medium solid #666666;
	border-bottom: medium none #666666;
	border-left: medium solid #666666;
}

/* keyboard shortcuts */
kbd {
	padding: 0px 1px 0px 1px;
	border-width: 1px 2px 2px 1px;
	border-style: solid;
	background: #faf6f6;
	color: #000;
	border-color:  #edd #baa #baa #eed;
}

/* used to distunguish menu sequences */
span.mnu {
	background: #e8e8e8;
	color: #333;
}

/* used to put white text on gray backgroung for alternating table rows */
tr.alternate {
	background: #CCCCCC; 
	background-color: #CCCCCC; 
	color: white
}

