@media (min-width: 800px) and (max-width: 899px){
* {
				box-sizing:border-box;
			}
html {
	background-image:url("/img1.jpg");
	font-size:10px;
	/*background-repeat:repeat;*/
	}
body
  {
	width:90%;
	height:45em;
	margin:.5em auto;
	padding:.5em;
	position:relative;
	background-color:rgba(255,200,200,.1);
	border-radius:1em;
	border:1px solid rgb(255,200,200);
	font-family:verdana, sans-serif;
	color:navy;
   }
}
@media (min-width: 900px) and (max-width: 1024px){
* {
				box-sizing:border-box;
			}
html {
	background-image:url("/img1.jpg");
	font-size:12px;
	/*background-repeat:repeat;*/
	}
body
  {
	width:85%;
	height:45em;
	margin:.5em auto;
	padding:.5em;
	position:relative;
	background-color:rgba(255,200,200,.1);
	border-radius:1em;
	border:1px solid rgb(255,200,200);
	font-family:verdana, sans-serif;
	color:navy;
   }
}
@media (min-width: 1025px) and (max-width: 1200px){
* {
				box-sizing:border-box;
			}
html {
	background-image:url("/img1.jpg");
	font-size:14px;
	/*background-repeat:repeat;*/
	}
body
  {
	width:80%;
	height:45em;
	margin:.5em auto;
	padding:.5em;
	position:relative;
	background-color:rgba(255,200,200,.1);
	border-radius:1em;
	border:1px solid rgb(255,200,200);
	font-family:verdana, sans-serif;
	color:navy;
  }	
}
@media (min-width: 1201px) and (max-width: 1599px){
* {
				box-sizing:border-box;
			}
html {
	background-image:url("/img1.jpg");
	font-size:16px;
	/*background-repeat:repeat;*/
	}
body
  {
	width:80%;
	height:45em;
	margin:.5em auto;
	padding:.5em;
	position:relative;
	background-color:rgba(255,200,200,.1);
	border-radius:1em;
	border:1px solid rgb(255,200,200);
	font-family:verdana, sans-serif;
	color:navy;
  }
}
@media (min-width: 1600px) {
* {
				box-sizing:border-box;
			}
html {
	background-image:url("/img1.jpg");
	font-size:18px;
	/*background-repeat:repeat;*/
	}
body
  {
	width:70%;
	height:45em;
	margin:.5em auto;
	padding:.5em;
	position:relative;
	background-color:rgba(255,200,200,.1);
	border-radius:1em;
	border:1px solid rgb(255,200,200);
	font-family:verdana, sans-serif;
	color:navy;
  }
}
