/*your custom style goes in this file*/

/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/

/* Kenny's header: heading text */
.kechead {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #990000;
}

/* Kenny's header: heading text */
.kecsubhead {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #990000;
}

.kecnormal {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
