
/*** reset margins and paddings ***/

html,
body,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,
form,
p,
input, textarea,
iframe {
	margin: 0;
	padding: 0;
}

/*** lists ***/

ul,ol {
	list-style-type: none;
}

/*** images ***/

img {
	border: none;
}

/*** tables ***/

table {
	border-collapse: collapse;
	border-spacing: 0;
	padding:0;
}

table td {
	padding:0;
	vertical-align:top;
}

/*** iframes ***/

iframe {
	border:none;
}

/*** links ***/

*,
a:focus { 
	outline:none; 
}
