html, body, div, span, h1, h2, h3, h4, h5, h6,
p, a, em, img, strong, b, u, i, center, ol, ul, li,
fieldset, form, label, table, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}

body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 10pt;
	line-height: 1.6;
	padding: 20px;
	background-color: #181829;
	color: #fff
}

ol, ul { list-style: none }

:focus { outline: 0 }

h1 { line-height: 1; font-size: 18pt; padding-bottom: 20px }

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

li { font-weight: bold }

a:hover { color: gray }

#nav {
	float: left;
	padding-top: 10px
}

#content {
	margin-left: 150px;
	width: 524px
}

#content p {
	padding-top: 10px;
	font-weight: bold
}

.thumb {
	float: left;
	height: 135px;
	width: 242px;
	padding: 10px
}

.thumb a:link, .thumb a:visited {
	display: block;
	border: 1px solid red
}

.thumb a:hover { border: 1px solid yellow }