html
{
	font-family: Calibri, Helvetica, Arial;
}

div
{
	opacity: 50px;
	border: 1px solid #000000;
	overflow: hidden;
	margin: 9px;
}

code
{
	font-family: Consolas;
	color: #7f7f3f;
	background: #ffffef;
}

li
{
	height: 100px;
}

.static
{
	background: #afafff;
	position: static;
}

.absolute
{
	background: #ffafaf;
	position: absolute;
}

.relative
{
	background: #afffaf;
	position: relative;
}

.parent
{
	height: 80px;
	width: 300px;
}

.child
{
	height: 60px;
	width: 400px;
}

.grandchild
{
	height: 40px;
	width: 500px;
}
