/* GENERAL */
body {
   margin-right: 70px;
   margin-bottom: 1em;
   background: #ffffdd;
   font-size: 12pt;
}
h1 {
   font-size: 18pt;
}
h2 {
   font-size: 16pt;
}
marquee a,marquee a:visited {
   text-decoration: none;
   color: violet;
}
marquee a:hover,marquee a:active {
   text-decoration: none ! important;
   color: red;
}
ul.block {
   display: table;
   margin-top: 0px;
   list-style-position: inside;
}
em {
   font-style: normal;
   font-weight: bold;
}
.clear {
   clear: both;
}
/* IMAGES */
img {
   display: block;
   border: 0px;
}
img.right {
   float: right;
   margin-left: 10px;
}
img.left {
   float: left;
   margin-right: 10px;
}
/* LINKS */
a:link {
   text-decoration: none;
   color: #bb3300;
}
a:visited {
   text-decoration: none;
   color: #999999;
}
a[href]:hover {
   text-decoration: underline;
}
a[href]:active {
   text-decoration: underline;
   color: #ff0000;
}
