@charset "utf-8";
/* CSS Document */

A:link {

	color: rgb(0, 0, 153);

	text-decoration: none;

}

A:visited {

	color: rgb(153, 0, 153);

	text-decoration: none;

}

A:active {

	color: rgb(255, 0, 102);

	text-decoration: none;

}

A:hover {

	color: rgb(0, 96, 255);

	text-decoration: underline;

}
body {
  margin: 0;
  max-width:100%;
  align:center;
  text-align:center;
  font-family: Arial, Helvetica, sans-serif; }
  
  .embed-container 
  { position: relative; padding-bottom: 50.25%; height: 0; overflow: hidden; max-width: 100%; margin:0 auto; text-align:center; align:center; } 
  .embed-container iframe, .embed-container object, .embed-container embed 
  { position: absolute; top: 0; left: 0; width:100%; height: 94%; align:center;  text-align:center;}
  
  @media (max-width: 380px) {
	  h1 {
		font-size:large;  
	  }
	    .embed-container 
  { position: relative; padding-bottom: 80.25%; height: 0; overflow: hidden; max-width: 100%; margin:0 auto; text-align:center; align:center; } 
  .embed-container iframe, .embed-container object, .embed-container embed 
  { position: absolute; top: 0; left: 0; width:100%; height: 114%; align:center;  text-align:center;}
}
  
  
  