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

body {
  background: url(../images/icons/cover.jpg);
  background-repeat: repeat-y;
  
  font: 82%/130% sans-serif;
  font-size: 14px;
  color: black;

  margin: 0px;
  padding: 0px;
  width: 989px;
}

.banner {
  font-size: 8px;
  margin-left:auto; margin-right:auto;
}

img {
  border: none;
}

.detto {
  font-family: Tahoma;
  font-size: 12px;
  font-style: italic;
  
  float: right;
  width: 160px;
  text-align: right;
}

body a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: black; 
}
body a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: brown;
}
body a:hover, a:active { 
	text-decoration: none;
	color: red;	
}

.content a:link { 
	text-decoration: none;
	color: black; 
	background: yellow;
}
.content a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: brown;
}
.content a:hover, a:active { 
	text-decoration: none;
	color: green;	
}

.testo1 {
	position:absolute;
	padding: 0px;
	margin-top: 35px;
	margin-left: 30px;
	width: 390px;
}

.testo2 {
	position:absolute;
	margin-top: 45px;
	margin-left: 530px;
	width: 480px;
}

.testo2 a:link {
  font-weight: bold; 
	text-decoration: none; 
	color: gray;
}
.testo2 a:hover, a:active { 
	color: blue;	
}

.testo2 table, .cronologia table {
  font-size: 16px;
  text-align: left;
  border-style: none;
  border-collapse: collapse;
}

h2 {
  font-size: 18px;
  font-weight: bold;
  color: black;
}

.nolink {
	color: green;
	font-weight: bold; 
}

.settimane {
	font-weight: bold; 
	text-decoration: none; 
	color: orange; 
}


