/* Style Sheet of www.mestesso.it (c) mestesso.it */

body {
  margin: 18px;
  background: white;
  text-align: center;
  font: 92%/140% sans-serif;
}

.container {
  font-size: 16px;
  color: black;
} 

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: blue;
}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: brown;
}
a:hover, a:active { 
	text-decoration: underline;	
}

table.center {
  border-style: none;
  margin-left:auto; margin-right:auto;
}

img {
  border-style: none;
}

.copyright{
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 11px;
}
 
.banner {
  font-size: 8px;
}