html 
{ 
	min-width: 600px;
}

p.hide
{
	display: none;
}

body{

font-family: arial, helvetica, sans-serif;
        font-size: 80%;
        color: #4D4D2A;
		background-color: #E6E3EA;
		width: 500px;
		text-align: left;
        float: left;
		margin: 4em ;
        padding: 2em;
		border: 0;
}

p {
        line-height: 1em;
		float: left;
		margin: 0;
		padding: 0;
		font-size: 90%;
		width: 500px;	
		voice-family: "\"}\""; 
		voice-family:inherit;
}

h1 {
		line-height: .5em;
		float: left;
		margin-top: 0px;
		padding: 0;
		font-size: 100%;
		width: 500px;	
		voice-family: "\"}\""; 
		voice-family:inherit;
}

h2 {
		line-height: .5em;
		float: left;
		margin-top: 0px;
		padding: 0;
		font-size: 90%;
		width: 500px;	
		voice-family: "\"}\""; 
		voice-family:inherit;
}
h3 {
	   line-height: 1em;
		float: left;
		margin-top: 0px;
		padding: 0;
		font-size: 80%;
		width: 500px;	
		voice-family: "\"}\""; 
		voice-family:inherit;
}

img {
		border-style: none;
		padding: 0;
		float: center;
}


a:link, a:visited {
	font-weight : none; 
	text-decoration : none;
	color: #401399;
	background: transparent; 
	}

a:hover {
	font-weight : none; 
	text-decoration : none;
	color: #A596B2;
	background: transparent; 
	}

a:active {
	font-weight : none; 
	text-decoration : none;
	color: #A596B2;
	background: transparent;  
	}