﻿body {
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	max-width: 100% ;
	background-color:  #e2c9f9 ; 
	font-size: 1.1em
}
hr {
	color: #f6c000
}
h1 {color: #f8f8ff;
	text-shadow: 1px 1px 1px #FF7700;
	text-align: center;
}
h2 { 
	color: #8e7f51;
	text-shadow: 1px 1px 1px #FFff00;
	text-align: center;
}
h3 { 
	color: #66ccff; 
	font-family: 'Arial Black';
	text-align: center;
	text-shadow: 1px 1px 1px #2d13ae;
}
p { 
	font-size: 1.1em ;
	text-indent: 1.8em ;
}
.small {
	font-size: 0.7em ;
}
a:hover { 
	color: #b000ff 
}
img {
	max-width: 100% ;
	width: auto ;
	height: 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:   #e2c9f9 ;
	grid-gap: 2px;
	padding: 6px;
}
div#tswcontproper {
	padding-left: 5px ;
	padding-right: 5px ;
}
div#tswcontainer {
	color: inherit ;
	background-color: inherit ;
}