#pscroller1{
    width: 400px;
    height: 100px;
    border: 1px solid black;
    padding: 5px;
    background-color: lightyellow;
    }

#pscroller2{
    width: 350px;
    height: 20px;
    border: 1px solid black;
    padding: 3px;
    }

#pscroller2 a{
    text-decoration: none;
    }
	
.someclass {
	text-align:left;
	font:"Courier New", Courier, mono;
	height: 400px;
		
}