/* This file sets up general stuff that every site uses */


/* general declarations */
* {
	margin:0px;
	padding:0px;
}

a {
	text-decoration:none;
}

a img {
	border:none;
}

ul {
	list-style:none;
}

.clear {
	clear:both;
}

.left {
	float:left;
}

.right {
	float:right;
}
/* ---- */