@charset "UTF-8";
/* CSS Document */

body {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	background: white;
 }

#list, #list2, #list3, #list4 {
	height: auto;
	width: auto;
	float: left;
}

.noprint {
	display: none;
}

#clear {
	clear: both;
}