body {
	background-image: url(../img/bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #F8F2E6;
}
.text {
	font-size: 8pt;
	line-height: 15pt;
	font-weight: normal;
	color: #DCBDC2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.text-sm {
	font-size: 7pt;
	line-height: 12pt;
	font-weight: normal;
	color: #DCBDC2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.text-lg {
	font-size: 10pt;
	line-height: 18pt;
	font-weight: normal;
	color: #DCBDC2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: .02em;
}
.text-dark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 14pt;
	font-weight: normal;
	color: #A14D5D;
}
.content-box {
	background-color: #A14D5D;
	height: 100%;
	width: 740px;
	border: 1px solid #C4909A;  
}
a:link 
{
	text-decoration:none;
	color: #D0A6AE;
}
a:active 
{
    text-decoration:none;
    color: #D0A6AE;
}
a:visited
{
	text-decoration:none;
	color: #E7D2D6;
}
a:hover 
{
	text-decoration:none;
	color: #F3E9EB;
	font-weight : normal;
	background-color: #C38C90;
}