
li {
  color: #2b4f2b;
  font-size: 18px;
}


h1 { color: #1b3a1b; font-size: 28px; }
h2 { color: #245824; font-size: 20px; }

p { color: #333333; font-size: 16px; text-align: justify; text-indent: 15%; }


a:link { text-decoration: blue; }
a:visited { color: purple; }
a:hover { text-decoration: underline; }


img { max-width: 100%; height: auto; }
