@charset "utf-8";
/* CSS Document */

body {
	border: 0;
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 26px;
	background-color: #FFF;	
	}

a:link {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #6699FF;
}
a:active {
	color: #6699CC;
	text-decoration: none;
}


#everything {
	width: 700px;
	margin: 50px auto;
}
	