/* ===== Default stylesheet standard HTML elements =====
 */
 
/* ===== Core body elements ===== */
html, body {
	background: #fff;
	color: #000;
	font-family: verdana, arial, sans-serif;
}

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 1em;
	padding: 0;
}

/* ===== Other HTML elements ===== */
abbr, acronym {
	font-weight: inherit;
	font-style: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: inherit;
}

address {
	text-align: center;
}

img {
	margin: 0.5em 1em;
	border: 0;
}

table {
	width: 100%;
	border-collapse: collapse;
}

thead, tfoot, tbody, tr {
	margin: 0;
	padding: 0;
}

th, td {
	margin: 0;
	padding: 0.2em 1em;
	border: 1px solid #000;
}

/* ==== accesskeys in <a> elements ==== */
a[accesskey]:after {
	content: " [" attr(accesskey) "]";
}

/* ===== Special classes ===== */
.center {
	text-align: center;
}