*
	styles.css
	Initial code generated by thesitewizard.com's Layout Wizard 3.0.0
*/
html body {background-color: yellow; color: blue;}
body {
	color: blue ;
	background-color: yellow ;
	font-family: Arial, Helvetica, sans-serif ;
}
img {
	max-width: 100% ;
	width: auto ;
	height: auto ;
}
img.right {
    padding:  0 5px; 0 5px;
    float: right;
}
img.left {
    padding:  0 5px 0 5px;
    float: left;
}
.content {
    display: flex;
    width: 900px;
    text-align: center;
    padding: 0px;
    overflow: hidden;
    border: none;
    }
.content-box {
    display: flex;
    width: 500px;
    text-align: center;
    padding: 0 60px;
    overflow: hidden;
    border: none;
    color: black ;
	background-color: white ;
    }
.aligncenter {
      width:100%;
      text-align: center;
}
.content-box2 {
    width: 800px;
    overflow: hidden;
    border: 4px;
    }
#content-box3 {
    width: 40%;
    margin-left: 10%;
    margin-right: auto;
    border: 1%;
    color: black;
    }
#text1 {
    float: right;
}
#image1{
     float: left;
}
.text {
    font-family: Arial, Helvetica, sans-serif ;
    font-size:24px;
}
p{
  margin:0;
  padding:0;
  font-size:24px;
}
.flexContainer {
  display:flex;
  max-height:120px;  
}
.flexContainer > img {
flex:1;
border:none;
margin:20px;
}
input, select, button, textarea {
	max-width: 100% ;
}
meter, progress, output {
	max-width: 100% ;
}
div#tswcontent {
	width: 100% ;
	max-width: 100% ;
	color: blue ;
	background-color: yellow ;
}
div#tswcontproper {
	padding-left: 5px ;
	padding-right: 5px ;
}
div#tswcontainer {
	color: inherit ;
	background-color: inherit ;
}

