/* General style */
body {margin-left: 20px; margin-right: 20px; color: black;
 background: #fed; font-family: sans-serif; font-size: 16px;
 text-align: left; padding-left: 5%; padding-right: 5% ;}
h1 {font-size: 26px; margin: 0; padding: 0; text-align: center;}
h2 {font-size: 22px; margin: 0;}
h3 {font-size: 18px; margin: 0;}
hr {height: 1px; border-width: 0; background-color: #a88; color: #a88;}
a:link, a:visited {text-decoration: none; color: #028;}
a:hover {text-decoration: underline; color: #c11;}
