body {
	background-image: url(/img/bg.jpg);
	background-color: #6D6577;
	margin-left: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #8D6D8E;
	font-size: 11px;
}


a {  
text-decoration: none; 
color: #6B6295;
}
a:active {  
color: #6B6295; 
text-decoration: none;
}
a:hover {  
color: #B1ABCB;
}
a:visited {  
color: #B1ABCB; 
text-decoration: none;
}


.wrapper {
	width: 450px;
	margin-top: 12px;
	border: 8px solid #CE95AF;
}

.header1 {
	font-size: 16px;
	font-weight: bold
}
.header2 {
	font-weight: bold;
	font-size: 14px;
}

.tiny {
	font-family: Arial, "Arial Black", sans-serif, Helvetica;
	font-size: 10px;
}
label {
	font-size: 10px;
	font-weight: bold;
	color: #CC6699;
}

.white{
	color:#FFFFFF;
}
.pink {
	color: #CE95AF;
}
.violet {
	color: #A790AF;
}
