body { background-color: #000; color: #C58649; font-family: monospace; font-size: .9em; text-align: center; }
#videobox { margin-top: 30px; }
a:link { color: #369; text-decoration: none; }
a:visited { color: #294BA0; text-decoration: none; }
a:hover { color: #AE2620; text-decoration: none; }
a:active { color: #AAA; text-decoration: none; }
#t { font-size: 18px; font-weight: bold; color: #000; }
#nl { font-size: 20px; font-weight: bold; }
div#player { text-align: left; }
object#player { display: inline; }
#faq { display: block;position: absolute; bottom: 0; right: 48%; text-align:center; padding: 2px; }
#faq a { font-size:10pt; color:#091C2F; }
.que { font-weight: bold; }
.ans { display: block; margin-left: 15px; color: #9C7753; }
pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

