/****************************************************************************************     IMPORTANT! DEPENDENT ON ../one.css! ONLY DIFFERENCES from one.css are needed here ...*************************************************************************************** */a, address, blockquote, body, caption, center, dd, dir, div, dl, dt, form,h1, h2, h3, h4, h5, h6, menu, ol, p, td, th, ul {    font-family: Arial, "b&h-luxi sans-iso8859-1", sans-serif;    margin-left: 0px;    font-style: normal;}    /*div.matrix {    z-index: 10;    text-align: center;    color: white;    background-color: transparent;    background-image: URL(../images/01010101.gif);    background-attachment: fixed;    margin: 0px auto;    width: 100%;}    */    div .matrix {    z-index: 10;    text-align: center;    color: white;    background-color: transparent;    background-image: URL(../images/01010101gray.gif);    background-attachment: fixed;    margin: 0px auto;    width: 100%;    height: 100%;}em {    color: yellow;    font-style: italic;    font-weight: bold;}.copy {    font-size: 66%;    color: lime;    font-style: italic;}a {    font-weight: bold;    color: lime;    padding-top: 0.0em;    padding-bottom: 0.15em;    padding-right: 0.4em;    padding-left: 0.4em;    border-radius: 2em;}    a.nohover { /* for use in links with images, in which the image has the hover */        padding-right: 0em;        padding-left: 0em;        border-radius: unset;    }    a.nohover:hover {        /*color: yellow;*/        background-color: transparent;        -webkit-box-shadow: 0px 0px rgba(255, 255, 255, 0.0);        -moz-box-shadow: 0px 0px rgba(255, 255, 255, 0.0);        box-shadow: 0px 0px rgba(255, 255, 255, 0.0);    }    a.whitebg {        color: black;    }        a.whitebg:hover {            /* background-color: rgba(0,0,0,0.05); */            background-color: transparent;            -webkit-box-shadow: 0px 0px 6px 4px rgba(0,0,0, 0.3);            -moz-box-shadow: 0px 0px 6px 4px rgba(0,0,0, 0.3);            box-shadow: 0px 0px 6px 4px rgba(0,0,0, 0.3);        }div.hoverRounded { /* Mostly used inside multi-line links. Usage: <a class="nohover"><div class="hoverRounded">Line1 Text<br />Line 2 Text</div></a>  */    display: inline-block;    border-radius: 3em; /* user can override border-radius depending on number of lines*/    padding-left: 1em;    padding-right: 1em;    padding-bottom: 0.1em;    padding-top: 0.1em;    line-height: 1.5em;}    div.hoverRounded:hover {        /* background-color: rgba(255,255,255,0.25);  */        background-color: transparent;        -webkit-box-shadow: 0px 0px 6px 4px rgba(255, 255, 255, 0.8);        -moz-box-shadow: 0px 0px 6px 4px rgba(255, 255, 255, 0.8);        box-shadow: 0px 0px 6px 4px rgba(255, 255, 255, 0.8);    }