@charset "utf-8";
/* CSS Document */

hr
	{
		color: #00FF00;
	}
h1
    {
        color: #00FF00;
        font-size:xx-large;
    
    }
h2
    {
        color: #00FF00;
        text-align: center;
    }
p
    {
        color: #00FF00;
        text-align: left;
    }
body
    {
        background-image: background1.jpg;
    }
.divScroll-1
    {
       height:530px;
       width:1042px;
       background-color:#000;
    } 
.peeper
    {
        text-align:center;
    }
.divScroll-2
    {
       height:540px;
       width:1040px;
       overflow:scroll;
       overflow-x:hidden;
       background-color:#000;
    } 
 .caution
    {
       color:Red;
       text-align:center;
    }