body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
	left-margin: 10px;
	padding: 0px;
}

#container {
	padding: 10px;
	width: 100%;
	height: 95%;
}

img {
	border: 0px;
	galleryimg:no;
}

.center {
	text-align: center;
}

.relatedlinks {
	font-size: x-small;
	background-color: #eeeeee;
	padding: 5px;
	float: right;
	border: 1px dotted #999999;
	width: 35%;
}

ul.threads {
	type: square;
	list-style-type: square;
}

ul {
	type: square;
	list-style-type: square;
}

/* Linkology */

a:link {
	text-decoration: none;
	color: #006699;
}


a:visited {
	color: #006699;
	text-decoration: none;
}
a:active {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.notice {
	font-size: x-small;
	color: #CC6600;
}
