
html {
	background-color: #333;
}
body {
	font-family: Arial, Sans;
}

h1 {
	font-style: italic;
	font-size: 36pt;
}

h2 {
	margin-top: 10px;
	font-weight: bold;
	font-size: 16pt;
}

p {
	font-size: 14pt;
	margin-top: 10px;
	margin-bottom: 10px;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #800;
}

table, tr, td {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

td.content {
	width: 100%;
}

img {
	width: 100%;
	height: auto;
}

.thumb {
	margin: 5px;
}