/* CSS Document */
html, body, div, span, applet, object, pre, a, em, img, strong, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size:12px;
	font-family:Tahoma;

}
:focus {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
p {
	margin:10px 0;
}
ul, li {
	list-style:none;
	margin:0;
	padding:0;
}

