@import "layout.css";
@import "links.css";
@import "content.css";

*, html {
	padding: 0;
	margin: 0;	
}

body {
	background: #FFF;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 100%;
	color: #333;
}

.clear {
	clear: both;	
}