html, body, h1, h2, h3, h4, h5, h6, p, pre, ul, ol, dl, form, fieldset, legend, label, input, caption, thead, tbody, tfoot, address {
	margin: 0px; 
	padding: 0px; 
}
body {
	background: #46166B;
	color: #000;
	font-family: Arial, Helvetica, sans-serif
}
h1{	
	color: #B5985A;
}
h2{	
	text-transform:uppercase;
	color: #B5985A;
}
h3{
	padding:7px 0px 7px 0px;
	color: #330066;
	line-height:normal;	
}
h3#title{
	text-align:center;
}
h4 a{
	color: #705F55;
}

a{
	text-decoration: none;
	color: #330066;
}
a:hover{
	text-decoration: none;
	color: #9D82A6;
}
