
body
{
	background-color: #f9ead3;
	color: #000000;
	font-size: 10pt;
	font-family: verdana, sans-serif;
}
h1
{
	color: #8f5902;
	font-size: 18pt;
	text-align: center;
	text-decoration: underline;
}
h2
{
	color: #ce5c00;
	border-bottom: 1px dotted #8f5902;
}

#content
{
	width: 800px;
	margin: auto;
}

a:link, a:visited
{
	color: #204a87;
	text-decoration: none;
}
a:hover
{
	color: #3465a4;
	text-decoration: underline;
}
a img
{
	border: 1px solid #f9ead3;
}
a:hover img
{
	border-style: solid;
	border-color: #8f5902;
}

table
{
	width: 770px;
	border-collapse: collapse;
}
table td
{
	font-size: 8pt;
	text-align: center;
	vertical-align: top;
}

table.pictures td
{
	width: 110px;
	padding: 3px;
}
table.pictures td img
{
	width: 80px;
	height: 80px;
}
table.wallpapers td
{
	width: 154px;
	padding: 3px;
}
table.wallpapers td img
{
	margin-bottom: 2px;
	width: 133px;
	height: 100px;
}

div#viewer
{
	text-align: center;
}
div#viewer img
{
	margin: 36px;
	border: 2px solid #000000;
}
div#viewer a
{
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

.new
{
	color: #4e9a06;
}
