/* Sheridan Township --- Main Menu */
h1 {font-family: Times New Roman,Times,serif; font-size: 150%; text-align: center; margin: 0cm}
h2 {font-family: Times New Roman,Times,serif; font-size: 130%; text-align: center; margin: 0cm}
h3 {font-family: Times New Roman,Times,serif; font-size: 110%; text-align: center; margin: 0cm}
h4 {font-family: Times New Roman,Times,serif; font-size: 110%; margin: 10px 0px 0px 0px}
body, p {font-family: Times New Roman,Times,serif; font-size: 100%}
p {text-indent: 0.25in;}   /* works */
b4 {  font-size: 1.1em; font-weight:bold;}

/* Color settings */
body {color: #000070; background-color: #ffffe0;} 
/* default dark blue text on light yellow background */
a:link {color: #000080; text-decoration: underline;} /* link not visited light blue */
a:visited {color: #0000d0; text-decoration: underline;} /* 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) */

