.dave {
	font-family: "Times New Roman";
	font-size: 14px;
	font-style: normal;
	color: #375794;
}

.dave-heading {
	font-family: "Times New Roman";
	font-size: 24px;
	font-style: normal;
	color: #375794;
	font-weight: bolder;
}

.dave-caption {
	font-family: "Times New Roman";
	font-size: 12px;
	font-style: italic;
	color: #375794;
}

.dave-subheading {
	font-family: "Times New Roman";
	font-size: 18px;
	color: #375794;
	font-weight: bold;
}

.daveborder {
	font-family: "Times New Roman";
	font-size: 14px;
	font-style: normal;
	color: #375794;
	border: medium solid;
}

.davetable {
	font-family: "Times New Roman";
	font-size: 14px;
	font-style: normal;
	color: #375794;
	border: 4;
	bordercolor: #375794;
	bordercolordark: #375794;
	bordercolorlight: #375794;
	cellpadding: 4;
	cellspacing: 0;
}


hr { color: #375794;
		border: thin solid; 
}

a:link {
	font-family: "Times New Roman";
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #375794;
	text-decoration: none;
}
a:visited {
    font-family: "Times New Roman";
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #375794;
	text-decoration: none;
}
a:hover {
	font-family: "Times New Roman";
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #375794;
	text-decoration: underline;
}
a:active {
	font-family: "Times New Roman";
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #375794;
	text-decoration: underline;
}		 