html, body { 
    height			: 100%;
    padding			: 0; 
    margin			: 0; 
}

body {
    font			: normal 12px "Arial";
    color			: #000000; 
    background		: #ffffff;
	padding			: 5px;
}

a {
	text-decoration		: none;
	color				: #652681;
}

a:hover{
	text-decoration: underline;	
}

h1 {
	color			: #6e298d;
	font-size		: 22px;
	margin			: 0;
	background		: transparent url('../_images/h1bg.png') no-repeat top left;
}

h2 {
	color			: #6e298d;
	font-size		: 22px;
	margin			: 0;
	background		: transparent url('../_images/h2bg.png') no-repeat top left;
}
h3 {
	color			: #6e298d;
	font-size		: 22px;
	margin			: 0;
}