* {
	padding: 0;
	margin: 0;
	border: 0 none;
}

ul, ol, li, dl, dt, dd {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

a {
	text-decoration: none;
	color: black;
}

a:hover {
	color: red;
	font-weight: bold;
}

.clear {
	clear: both;
}

small {
	font-size:11px;
}