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

/* body. */


@media screen and (max-width:320px) {
   /* CSS for screens that are 320 pixels or less will be put in this section */
 }


html {
   
    font: 95%/90% Tahoma, Verdana, Helvetica, sans-serif;
    background: url(MASTFFP/bk1.gif) #CCCCCC 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: 7px;
}
textarea {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

