body {
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	max-width: 100% ;
	background-color: #e9def4; 
	font-size: 1.1em
}
h1 { 
	color: #47c689;
	margin-bottom: 0;
	text-align: center;
}
h2 { 
	color: #c9836c;
	text-align: center;
}
h3 { 
	color: #ceb8b1; 
	font-family: 'Arial Black';
	text-align: center;
}
h6 { 
	text-align: right;
}
p { 
	font-size: 1.1em ;
}
.small {
	font-size: 0.7em;
}
hr {
	color: #f6c000
}
a:hover { 
	color: #b000ff 
}
img {
	max-width: 100% ;
	width: auto ;
	height: auto ;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
input, select, button, textarea {
	max-width: 100% ;
}
meter, progress, output {
	max-width: 100% ;
}
div#tswcontent {
	width: 100% ;
	max-width: 100% ;
	color: #000 ;
	background-color:  #e9def4 ;
}
div#tswcontproper {
	padding-left: 5px ;
	padding-right: 5px ;
}
div#tswcontainer {
	color: inherit ;
	background-color: inherit ;
}


