@media (min-width: 500px) and (max-width: 599px) {
html {
	background-color:rgb(50,50,100); 
	font-size:4px;
	/*background-repeat:repeat;*/
	}
}
@media (min-width: 600px) and (max-width: 699px) {
html {
	background-color:rgb(50,50,100); 
	font-size:5px;
	/*background-repeat:repeat;*/
	}
}
@media (min-width: 700px) and (max-width: 799px) {
html {
	background-color:rgb(50,50,100); 
	font-size:6px;
	/*background-repeat:repeat;*/
	}
}