
body {
	font: 11px arial;
	color: #635762;
	text-decoration: none;
        background-color: #E3DEE4;

}
h1 {
	text-transform: lowercase;
	font: bold 16px century gothic;
	letter-spacing: -1px;
	color: #B69FB4;
	border-bottom: 1px dashed #A28DA0;
	text-align: left;
	background-color: #6B5169;
}



p {
	font: 11px arial;
	color: #635762;
	text-decoration: none;
	text-align: left;
	
background-image: url('bg.jpg');
		background-repeat: repeat-x repeat-y;
}

a {
        font: 11px arial;
	color: #8C8B90;
	letter-spacing: -2px;
	font-weight: bold;
	text-decoration: none;
	background: #ffffff;
}
a:hover {
	font: 11px arial;
	color: #8C8B90;
	font-weight: bold;
	letter-spacing: -2px;
	text-decoration: none;
	border-bottom: 2px dashed #635762;
	background: #ffffff;
}
