body, p, td, a { font-family: Arial, Helvetica, sans-serif;
   font-style: normal;
   font-weight: normal;
   line-height: normal;
}
body { background-color: #331a00;
   font-size: 10pt;
   text-align: center;
}
p { font-size: 10pt;
   text-align: center;
   margin-top: 2em;
   color: #c5c589;
}
h1 { color: #c5c589;
   font-family: tahoma, arial, Helvetica, sans-serif;
   font-size: 14pt;
   font-style: normal;
   font-weight: bold;
   line-height: normal;
   text-align: center;
   margin-bottom:1em;
}
h2 { color: #937a60;
   font-family: tahoma, arial, Helvetica, sans-serif;
   font-size: 12pt;
   font-style: normal;
   font-weight: bold;
   line-height: normal;
   text-align: center;
   margin-bottom:0em;
}
h3 { color: #c5c589;
   font-family: tahoma, arial, Helvetica, sans-serif;
   font-size: 10pt;
   font-style: normal;
   font-weight: bold;
   line-height: normal;
   text-align: center;
   margin-bottom:0em;
}
h4 { color: #c5c589;
   font-family: tahoma, arial, Helvetica, sans-serif;
   font-size: 10pt;
   font-style: normal;
   font-weight: bold;
   line-height: normal;
   text-align: justify;
   margin-bottom:0em;
}

table { margin-left: auto;
   margin-right: auto;
   background-color: #331a00;
   border-collapse: collapse;
   border: 1px solid #331a00;
   border-spacing:0px;
}
td { color: #331a00;
   font-size: 10pt;
   text-align: center;
   vertical-align: center;
   border: 1px solid #331a00;
}

img { border: none;
}
a { 
   color: #c5c589;
   font-size: 12pt;
   text-decoration: underline;
}
a:hover { color: #937a60;
 text-decoration: underline;
}
