html, body, #wrapper {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:2px;
	line-height:24px;
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	color: #ac9f96;
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	vertical-align: bottom;
}

.tiny {
	font-size: 9px;
}

.small {
	font-size: 11px;
}

.medium {
	font-size: 14px;
}

.large {
	font-size: 20px;
	font-weight: bold;
}

a:link {
   text-decoration: none;
	color: #ccbfb6;
	font-weight: bold;
}

a:visited {
   text-decoration: none;
	color: #ccbfb6;
	font-weight: bold;
}

a:hover {
   text-decoration: none;
	color: #fcdfd6;
	font-weight: bold;
}

a:active {
   text-decoration: none;
	color: #ccbfb6;
	font-weight: bold;
}


#white { color: #FFFFFF; }
#light { color: #ac9f96; }
#dark { color: #ac9f96; }

