p {
   color: #000000;
   font-family: Arial,Helvetica,sans-serif;
   font-size: 14px;
   display: block;
}

a:link {
   color: #CC9966;
   text-decoration: none;
}

a:hover {
   color: #999999;
   text-decoration: underline;
}

headline {
   color: #006600;
   font-family: Arial,Helvetica,sans-serif;
   font-size: 18px;
   font-weight: bold;
   text-align: center;
   display: block;
}

subheadline {
    color: #990000;
   font-family: Helvetica,Arial,sans-serif;
   font-size: 16px;
   font-weight: bold;
   font-style: italic;
   text-align: center;
   display: block;
}

note {
   color: #FA1216;
   font-size: 12px;
   font-weight: bold;
}

byline {
   color: #999999;
   font-style: italic;
   text-align: right;
   display: inline;
}

li  {
   text-indent: 20;
   font-style: italic;
   color: 333333;
   display: inline;
}

