* {
	padding: 0;
	margin: 0;
}

html {
	height: 100%;
	width: 100%;
	font-family: monospace, sans serif, tahoma, helvetica, times, times new roman;
	font-size: 12px;
}

body {
	height: 100%;
	width: 100%;
	background-color: #e0e0e0;
	color: #505050;
}

img {
	border: none;
}

a {
	color: #473838;
	text-decoration: underline;
}

ul, ol {
	margin-left: 30px;
}

table {
	border-collapse: collapse;
	text-align: left;
}

th {
	border-bottom: 2px #505050 solid;
	font-size: 16px;
}