* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

body {
	background:#fff url(../images/bg.body.gif) repeat-x;
}

a, a:hover {
	text-decoration:none;
	outline:0;
}

img {
	border:0;
}

ul {
	list-style-type:none;
}


ins {
	text-decoration:none;
	width:50px;
	display:block;
	float:left;
}


del {
	text-decoration:none;
	width:125px;
	display:block;
	float:left;
}