/*your custom style goes in this file*/

/* header index.php: heading text */
.h1 {
	font-family: Times New Roman;
	font-size:40px;
	color:#990000;
	font-weight:800;
	font-style:italic
	}
.h1s {
	font-family: Times New Roman;
	font-size:40px;
	color:#92926D;
	font-weight:400;
	font-style:italic}
	
/* subhead index.php: subheading text */	
h2 {
	vertical-align: middle; 
	font-family: Times New Roman; 
	font-size: 16px; 
	color: #990000; 
	font-weight: 400}
	
/* link: normal links, active and visited links */
A:hover	{
	color: #FFFFFF;
	background-color:#6C6C6C;
}

/* menuback: left nav menu background color with no right and bottom border */
.menuback {
	background-color: #92926D;
}

/* indexpage defined to replace bgcolor="#FFFFFF" sytle="text-align:left" "border="0" cellspacing="0" cellpadding="0" in index.php */
.indexpage {
	width: 100%;    /* total width of all the columns */
}

.spacercol {
	background-color: #FFF6D9;
}



