
@media (min-width: 450px) and (max-width: 499px) {
html {
	background-color:rgb(50,50,100); 
	font-size:3px;
	/*background-repeat:repeat;*/
	}
}
@media (min-width: 400px) and (max-width: 449px) {
html {
	background-color:rgb(50,50,100); 
	font-size:3px;
	/*background-repeat:repeat;*/
	}
}
@media (min-width: 350px) and (max-width: 399px) {
html {
	background-color:rgb(50,50,100); 
	font-size:3px;
	/*background-repeat:repeat;*/
	}
}

}
