body { background: #000; margin: 10px 20px;  }

body.v { background: #000; margin: 10px; }
body.v2 { background: #000; margin: 10px;  }

object {  margin: 0 }

h3 { color: #fff; margin-bottom: 35px }

ul { color: #fff; margin: 0; padding: 0; padding-left: 15px; margin: 15px 0;   }

ul li { padding-bottom: 2px; color: #fff  }


li a { color: #FDB4FE; text-decoration: none; line-height: 23px; font-family: Verdana, Arial, sans-serif; font-size: 11px; text-transform: uppercase; }

li a:hover { text-decoration: underline}

li a strong { font-weight: normal }

p { margin-top: 50px; font-family: Verdana, Arial, sans-serif; font-size: 11px;  }
p a { display: block; margin-bottom: 5px; color: #666 }

p a:hover{  color: #fff; }


#bck { position:absolute; bottom: 10px; left: 10px; text-decoration: none; color: #FDB4FE; font-family: Verdana, Arial, sans-serif; font-size: 11px; z-index: 10 }

#bck span { display: none }
#bck:hover span { display: inline }

/* #FDE1FB */


/* hides the second object from all versions of IE */
* html object.mov {
    display: none;
}

/* displays the second object in all versions of IE apart from 5 on PC */
* html object.mov/**/ {
    display: inline;
}

/* hides the second object from all versions of IE >= 5.5 */
* html object.mov {
    display/**/: none;
}
U