.current { color: green; }

img.logo { max-width: 500px; width: 75%; }

ul ul { padding-left: 20px; }

li { list-style: none; padding-left: 20px; padding-top: 1px; padding-bottom: 1px; margin-left: -10px; background-image: url("/assets/images/chip.png"); background-repeat: no-repeat; background-position: left center; background-size: 12px; }

/* unvisited link */
a:link { color: #043677; }

/* visited link */
a:visited { color: #043677; }

/* mouse over link */
a:hover { color: green; }

/* selected link */
a:active { color: #043677; }

body { font-family: Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.4em; }

div.overall { max-width: 800px; margin: auto; padding-left: 10px; padding-right: 10px; }

div.header { text-align: center; border-bottom: 1px solid #e0e0e0; }

div.content { padding-top: 10px; border-bottom: 1px solid #e0e0e0; padding-bottom: 20px; }

div.footer { padding-top: 20px; text-align: center; font-size: 12px; color: #777; }

div.indent { padding-left: 30px; }

/*# sourceMappingURL=styles.css.map */