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

/* General styles */

 a:visited, a:link, a:active
{
    text-decoration: none;
	color:black;
}

a:hover
{
    text-decoration: none;
	color:yellow;
}


#child {

   /* display:inline-block; */
	/* text-align:center;*/
	font-family:"Courier";
	font-size:15px;
	font-weight:normal;
	text-decoration:none;
	padding: 3px;
}

#fourb {

   /* display:inline-block; */
	/* text-align:center;*/
	font-family:"Courier";
	font-size:15px;
	font-weight:normal;
	text-decoration:none;
	padding: 3px;
}
#container {
	text-align:center;
    max-width: 100%;
    height: auto;
  margin-left: auto ;
  margin-right: auto ;
 /* max-height:92%;
  width: 100%;*/

}


div.image-set
  {
    max-width: 100%;
    height: auto;
 /* border:1px solid #0000ff;*/

  }


div.img
  {
    max-width: 100%;
    height: auto;
 /* border:1px solid #0000ff;*/

  }
  img {
    max-width: 100%;
    height: auto;
  /*max-height:90%;
  /*margin-left: auto ;
  margin-right: auto ;*/
  
}