body     { font-family: Lucida Sans Unicode; font-size: 10pt; color: white; background-color: black;}

h3       { font-family: Lucida Sans; font-size: 12pt; color: #006666; font-weight:bold;}
table    { font-family: Lucida Sans Unicode; font-size: 10pt; color: white;}

a:link    { font-family: Lucida Sans Unicode; font-size: 10pt; color: LightSkyBlue;}

a:visited    { font-family: Lucida Sans Unicode; font-size: 10pt; color: LemonChiffon;}

img      {  max-width: 100%;  height: auto; }

/* Gradient color1 - color2 - color1 */
hr.style-one { border: 0; height: 1px; background: #333; background-image: linear-gradient(to right, #ccc, #333, #ccc); }
/* Gradient transparent - color - transparent */
hr.style-two { border: 0; height: 1px; background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)); }