@charset "utf-8";
/* CSS Document */

body
    {
		background-color:#000;
		color:#0F0;
		font-size:18px
    }
p
    {
        text-align:center;
    }
h2
    {
        text-align:left;
    }
.peep
    {
       text-align:left;
    }
.divScroll-1
    {
       height:537px;
       width:1040px;
       overflow:scroll;
       overflow-x:hidden;
       background-color:#000;
    } 
h1
    {
        font-size:xx-large;
    }