/* CSS Document */
/* Warren County Website */
a {
    text-decoration: none;
    color: #999999;
}

a:hover
{
    color: #D60808;
}

.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
.storytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.grayheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0072C6;
}
.titleheader {
	color: #0072C6;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
}
.author {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0072C6;
	font-weight: bold;
	font-size: 14px;
}



a.footernavlink:link { color: #999999; text-decoration: none; }
a.footernavlink:visited { color: #999999; text-decoration: none; }
a.footernavlink:hover { color: #D60808; text-decoration: none; }
a.comnavlink:link { color: #2FA6D0; text-decoration: none; }
a.comnavlink:visited { color: #2FA6D0; text-decoration: none; }
a.comnavlink:hover { color: #D60808; text-decoration: none; }


