body {
  font-size: 12pt;
}
 h1 {
   margin: 0;
   padding: 0.4em;
   font-size: 16pt;
   font-weight: bold;
   color: #ffffff;
   background-size: cover;
   background-color: rgba(0,0,0,0.85);
 }
 .long_bar{
   font-size: 12pt;
   font-weight: normal;
   background: #ffffcc;
   border: outset 1px #ff0000;
   border-radius: 6px;
   padding:0.2em;
   width: 23em;
 }
 .short_bar{
   font-size: 12pt;
   font-weight: normal;
   background: #ffeeff;
   border: outset 1px #ff0000;
   border-radius: 6px;
   padding: 0.2em;
   margin-left: 2em;
   width: 8em;
 }
 .arrow {
   font-size: 12pt;
   font-weight: normal;
   padding: 0.0em;
   margin-left: 3em;
 }
 .arrow_text {
   font-size: 12pt;
 }
 em{
   color: red;
 }
 /*TABLE********************************************************************/
 table{
   margin: 1em;
   border-collapse: collapse;
   background-color: #eeffff;
 }
 td{
   padding: 2px 5px;
   font-size: 16px
 }
 /*LINK TEXT ******************************************************************/
 a:link{color: #0000ff ; background:#foe68c ; font-weight: bold;}
 a:visited{color: #990099 ; background:#foe68c}
 a:hover{color: #ff3300 ; background:#ffffff}
 a:active{color: #ff0000 ; background:#ffffff}
