/* Links. */
a:link
{
	color: #000000;
	text-decoration: none;
}
a:visited
{
	color: #000000;
	text-decoration: none;
}
a:hover
{
    color: #ffffff;
	text-decoration: none;
}

/* body. */

/*GROW*/
.grow img {
  height: 100px;
  width: 75px;

  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}

.grow img:hover {
  width: 375px;
  height: 500px;
}

html {
   
    font: 95%/90% Tahoma, Verdana, Helvetica, sans-serif;
    background: url(eca/bk1.jpg) #A5D8C7 repeat;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
    margin-left: 5px;
}

#showdiv {
    text-align: center;
}
#squares {
    text-align: center;
}
#squares iframe {
    margin: 0 auto;
}
#codes input{
	width: 80%;
}
#footer {
	text-align: center;
	font-size: small;
}

.button {
  background-color: #EFEFEF;
  color: #000000;
  border: 000000;
  text-align: center;
  padding: 10px 20px;
}

.rounded-corners {
  border-radius: 5px;
}


