body {
	background:white;
}

a:link {
	color:blue;
}

a:visited {
	color:green;
}

.fat {
	font-weight:bold;
}

.pic {
	width:100px;
	height:100px;
}

.divElem {
	background:black;
	color:white;
}

.table1 {
	width:50%;
	table-layout:fixed;
}

.row1 {
	height:20px;
}

.row2 {
	height:100px;
}

.left {
	width:20%;
	background:green;
}

.right {
	background:blue;
}

