/* Yahoo! CSS reset ... see developer.yahoo.com/yui for details */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;} caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;}q:before,q:after{content:'';}
body { background-color:#000; color:#fff; font-family: 'Courier New', courier, monospace; font-weight:bold; font-size:1.1em;}
body a { text-decoration:none; cursor:pointer; }
dl#main dt { text-align:center; display:none; line-height:1.4em; font-size:1.3em; font-weight:bold; width: 760px; background-color:#fff; color:#000; margin:20px auto 0 auto; border: 2px solid #fff; border-bottom:none;}
dl#main dd { padding-top:5px; display:none; position:relative; height:560px; width: 760px; background-color:#000; margin:0 auto; border: 2px solid #fff; border-top:none }
dl#main dt.active, dl#main dd.active { display:block; }

pre { color:#fc0; border:1px solid #00f; width:725px; height:auto; margin:20px 5px; overflow:auto; overflow-x:hidden; padding:5px; font-family: 'Courier New', courier, monospace; font-weight:bold; font-size:.9em;}

pre.box { 
   height:350px;
}

pre.side{ 
   overflow-x:auto;
}
p.nav { position:absolute; bottom:0; height:1.2em; background-color:#fff; width:100%; text-align:center; margin:0;}
p.nav a { color:#000;}
p.nav a.next { position:absolute; bottom:0; line-height:1.2em; background-color:#fff; right:5px;}
p.nav a.prev { position:absolute; bottom:0; line-height:1.2em; background-color:#fff; left:5px;}

h1, h2, h3 { text-align:center; }

h1 { font-size:3em; color:#ff0; }
h2 { font-size:2.5em; }
h3 { font-size:2em; }

h1, h2, h3, h4, h5, h6, p, ul, ol, li  { margin:5px 10px; }

ul {
   margin:0 auto;
}

li { margin-left:30px; }

strong { font-weight:bold; color:#0f0; }
em { font-weight:bold; color:#f00; }
pre em { color:#fff; }
.y { color:#f0f; }

.large {
   font-size:120%;
}

a {
   color:#ff0;
}