/* Sheridan Township --- Main Menu */
h1 {font-family: Times New Roman,Times,serif; font-size: 150%; text-align: center;}
h2 {font-family: Times New Roman,Times,serif; font-size: 130%; text-align: center;}
body, p {font-family: Times New Roman,Times,serif; font-size: 100%}

/* Color settings */
body {color: #000070; background-color: #ffffff;} /* default dark blue text on white background */
a:link {color: #000080; text-decoration: none;} /* link not visited light blue */
a:visited {color: #0000d0; text-decoration: none;} /* link visited dark blue */
a:hover {color: #a07040; text-decoration: underline;} /* hover over link - underlines, turns orange */
a:active {color: #ff0000;} /* while clicking link turns red (while mouse button held down) */

