/* ------------------------ Links Frame ------------------------------------------------------------------- */
#logo  { position: absolute; background:#C5D78D; margin-top:   7px; margin-left: 5px; width: 155px; height: 110px; border: 0px solid white; }
#logo1 { position: absolute; background:#C5D78D; margin-top: 385px; margin-left: 5px; width: 155px; height: 110px; border: 0px solid white; }

#ubs { position: absolute; background-color: transparent; color: black; font-size: 14px;
       text-transform: none; font-weight: bold; text-decoration: underline; text-align: center;
       margin-top: 0px; margin-left:0px; padding-top: 5px; padding-left: 0px; width: 155px; height: 25px; border: 0px solid red;}

#navi { position: absolute; background:#C5D78D; margin-top: 123px; margin-left: 5px; width: 155px; height: 255px; border: 0px solid white; }
#navi ul { position: absolute; top: 40px; left: 40px; }
#navi ul li { display: block; padding-top: 10px; }

#navi ul a{ color: black; text-decoration: none; font-size: 14px; font-weight: bold;}          
#navi ul li a:link    { color: black;}
#navi ul li a:visited { color: black;}
#navi ul li a:hover   { color: yellow;}
#navi ul li a:active  { color: white;}
