
/* Layout Stylesheet */

:link { color: rgb(255, 0, 0) }  /* for unvisited links */
:visited { color: rgb(255, 0, 0) } /* for visited links */
a:active { color: rgb(255, 255, 0) } /* when link is clicked */
a:hover { color: rgb(255, 255, 255) } /* when mouse is over link */

a.plain { text-decoration:none; cursor:crosshair; }
a.nolink { color:red; }
img.plain { cursor:crosshair; }

p {
 margin:0;
 padding:10px 20px 0px 20px;
 text-align:center;
 font-weight: 300;
 }

p:first-letter {
 font-size: 100%;
 font-weight: bold;
 }

pre {
 text-align:left;
 margin:0;
 padding:20px 0;
 }

body {
 margin: 5px;
 padding:0;
 background: #000000;
 color: #ff0000;
 text-align: center;
 scrollbar-base-color: #000000;
 scrollbar-face-color: #000000;
 scrollbar-track-color: #000000;
 }

div {
 scrollbar-base-color: #000000;
 scrollbar-face-color: #000000;
 scrollbar-track-color: #000000;
 }

#bar-top {
 width: 80%;
 height: 90px;
 background: #000000;
 color: #ff0000;
 border: solid #ff0000;
 border-width: 0px 0px;
 margin:0 10% 0 10%;
}

#bar-bottom {
 width: 80%;
 height: 30px;
 position:relative; 
 background: #000000;
 color: #ff0000;
 font-weight:bolder;
 font-size:large;
 border: solid #ff0000;
 border-width: 0px 0px;
 margin:0 10% 0 10%;
 }

#content {
 height: 550px;
 width: 100%;
 background: #000000;
 color: #ff0000;
 border: solid #000000;
 border-width: 0px 2px;
 overflow: auto;
 margin:0 0 0 0;
 }
 
#copy {
 height: 20px;
 }