/* 

05_research

*/

body {
	background: grey;
	font-size: 20px;
	font-family: sans-serif;
	color: white;
}

div {
    border: 1px solid black;
    width: 200px;
    height: 200px;
    overflow: scroll;
}

.divScroll {
	color:red;
}