@charset "utf-8";
/* Default style page */

body {
   width: 702px;
   color: black;
   background: white;
   font-size: 16px;
   background-color: white;
   font-family: Arial, sans-serif;
   border: thin solid black;
}

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;
}

div.center {
   text-align: center;
}

img.pict1 {
   border: thin solid black;
}

.big { font-size: 140%; }

table.pictab {
   text-align: center;
   border-width: 0px;
}

.m80 {
   margin-left: 80px;
   margin-right: 80px;
}

.m100 {
   margin-left: 100px;
   margin-right: 100px;
}

