@charset "UTF-8";
.plainlist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-decoration: none;
	list-style-type: none;
	list-style-image: none;
	white-space: nowrap;
	line-height: 1.5;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: lighter;
	letter-spacing: 2px;
}

.bold {
	font-size: x-small;
	font-weight: bold;
}
.red {
	color: #990000;
}

a:link {
	font-weight: normal;
	font-size: x-small;
	color: #333333;
	text-decoration: none;
}
a:visited {
	font-size: x-small;
	color: #333333;
	text-decoration: none;
	text-decoration: none;
}
a:hover {
	font-size: x-small;
	color: #D2B93D;
	text-decoration: underline;
	text-decoration: none;
}
a:active {
	font-size: x-small;
	color: #990000;
	text-decoration: underline;
	text-decoration: none;
}
.spread {
	word-spacing: 1em;
}
