body {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
        color: white; /* fallback */
        color: rgba(255,255,255, 0.5);
        margin: 0px 0px 0px 0px;
}


.cleartext {
    color: gray; /* fallback */
    color: rgba(0, 0, 0, 0.3);
}

.horizon {
    background-image: url("images/bgshadow.png");
} 

.highletter {
    text-transform: uppercase;
    font-weight: bold;
    font-family: Arial; sans-serif;
    letter-spacing:4px

}

.leadtext {
    text-shadow: 1px 1px #343434;
}

sml {
    font-size: 80%;
}

smlr {
    font-size: 75%;
}

smlst {
    font-size: 70%;
}

micro {
    font-size: 50%;
}


table.xpo {
  text-align: justify;
  text-justify: inter-word;
}

xxxl {
    font-size: 315%;
}

xxl {
    font-size: 250%;
}

xl {
    font-size: 200%;
}

lx {
    font-size: 150%;
}


lrg {
    font-size: 125%;
}

medsml {
    font-size: 95%;
}

center {
  text-align: center;
  margin: auto;
}

rightx {
  text-align: right;
}

justifyx {
  text-align: justify;
}

div.menux {
  line-height: 0.8;
  color: rgba(255,255,255, 0.06);
  font-size: 400%;
}


span.outline {
    color: rgba(255,255,255, 0.01);
    text-shadow: -1px 0 rgba(255,255,255, 0.1), 0 1px rgba(255,255,255, 0.1), 1px 0 rgba(255,255,255, 0.1), 0 -1px rgba(255,255,255, 0.1);
}

a:link {  color: rgba(255,255,255, 0.6);cursor:hand;TEXT-DECORATION: none; }
a:visited { color: rgba(255,255,255, 0.6);hand;TEXT-DECORATION: none; }
a:hover { color: rgba(255,255,255, 0.8);hand;TEXT-DECORATION: none; }
a:active { color: rgba(255,255,255, 0.6);TEXT-DECORATION: none; }