body {
	background: url(all_bkg.jpg);
	background-repeat: repeat;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: justify;
	line-height: 130%;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 130%;
}
h4 {
	font-size: 18px;
	font-weight: bold;
	line-height: 130%;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	line-height: 130%;
}
h2 {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 7px;
	line-height: 130%;
}
.y {
	color: Yellow;
}
.b {
	color: Aqua;
	}
.g {
	color: Lime;
}
.centro {
	text-align: center;
}
.noline {
	text-decoration: none;
}
a:hover {
	font-weight: 900;
	color: #FF00CD;
}
a:visited {
	color: #DCDCDC;
}
#testa {
	position: fixed;
	height: 50px;
	width: 100%;
	top: 0px;
	z-index: 1;
	background-color: Navy;
	text-align: center;
	font-variant:small-caps;
}
#testa a:visited:hover, #testa a:link:hover {
	color: aqua;
	font-weight: normal;
}
#testa a:visited {
	color: aqua;
	font-weight: normal;
}
.tst{
   text-align: center;
	font-variant:small-caps;
	text-decoration:none;
	}
#corpo {
	position: relative;
	margin-top: 70px;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 20px;
	height: auto;
	width: auto;
	overflow: auto;
}