@charset "UTF-8";
html {
 background:#FFF;
 color:#000;
}
body {
 background:#FFF;
 color:#000;
 font-family:"Arial","Helvetica",sans-serif;
}
h1,h2,h3,h4,h5,h6 {
 display:block;
 clear:left;
}
h1 {
 text-align:center;
}
h2,h3,h4,h5,h6
{
 text-align:left;
}
img {
 border:none;
}
hr {
 clear:both;
 width:100%;
}
a {
 text-decoration:none;
}
a:hover {
 text-decoration:underline;
}
acronym {
 font-variant:small-caps;
}
acronym,abbr {
 border:none;
}
acronym[title],abbr[title],span[title] {
 border-bottom:1px dotted;
 cursor:help;
}
p.accessibility {
 color:#AAB;
 margin:0;
 padding:0;
 text-align:right;
}
p.accessibility a {
 color:#AAB;
}
dl.publi dt {
 margin:1em auto 0 auto;
}
dl.publi dd kbd {
 font-size:smaller;
}
/*dl.publi {
 counter-reset: pub;
}
dl.publi dt {
 counter-increment: pub;
}
dl.publi dt:before {
 content: counter(pub, decimal) ") ";
}*/

