.small {
	font-size: 12px;
	line-height: 24px;
}
.btn {
}
a:link {
	color: #DE8197;
	text-decoration: none;
}
.dots {
	background-image: url(images/dots.gif);
	background-repeat: repeat-x;
	background-position: center center;
	height: 10px;
}
.border {
	background-image: url(images/border.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 50px;
}
a:visited {
	color: #804A56;
}
a:hover {
	color: #F5E489;
	text-decoration: none;
}
.title {
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	color: #DE8197;
	word-spacing: 2px;
}
body {
	font-size: 14px;
	line-height: 24px;
	background-image: url(images/base.gif);
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
