@charset "utf-8";
/* Default style page */

body {
   color: black;
   background: white;
   font-size: 16px;
   background-color: white;
   font-family: Arial, sans-serif;
}

a { background: transparent; }
a:link { color: blue; text-decoration: underline; }
a:visited { color: purple; text-decoration: underline; }
a:active { color: red; text-decoration: underline; }

h1, h2 {
   font-family: "Times New Roman", serif;
}

h3, h4, h5, h6 {
   font-family: Arial, sans-serif;
}


div.main {
   margin: 0 1em 1em 1em;
}
