/** Reset general styling */
html, body, 
applet, object, iframe, 
h1, h2, h3, h4, h5, h6, 
address, blockquote, p, 
small, big, abbr, acronym, q, 
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, 
table, caption, thead, tbody, tfoot, tr, th, td {
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: top;
}

/** Set standard line height at topmost level */
html, body {
	line-height: 1.2;
}

/** Always show browser's vertical scrollbar */
html {overflow-y: scroll;}

/** Reset heading styles */
h1, h2, h3, h4, h5, h6 {font-weight: bold;}

/** Reset list styles */
ol, ul, li {list-style: none;}

/** Reset table styles */
table {
	border-collapse: separate;
	border-spacing: 0;
}

/** Reset miscellanous styles */
address {font-style: normal;}

/** Remove borders from image-links */
a img {border: 0 none;}

/** Remove margins from input elements */
select {margin: 0;}
textarea {margin: 0;}
input[type="text"], input[type="password"] {margin: 0;}