* { margin: 0; }
html, body { height: 100%; font-size: 16px; font-family: "Comic Sans MS", cursive }

div#header { background-color: #294A22; height: 80px; text-align: center; }

div#navigation { border-bottom: solid 2px #294A22; }
/*div#navigation a { text-align: center; position: absolute; }*/

/* the bottom margin is the negative value of the footer's height */
.wrapper { min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -52px; }
/* .push must be the same height as .footer */
.footer { background-color: #294A12; color: #FFF; text-align: center; height: 30px; }/* position: absolute; bottom: 0;*/
.push { color: #FFF; height: 22px; }
/******************************************************/
/*table tr td { padding: 15px; }*/
/******************************************************/
a.menu { 
	text-decoration: none; 
	font-weight: bold; 
	color: #294A12; 
	font-size: 16px; 
	text-transform: uppercase; 
	position: relative;
	padding: 6px; 
	width: 100%; }
a.menu:hover{ 
	text-decoration: none; 
	font-weight: bold; 
	color: #FFF; 
	font-size: 16px; 
	text-transform: uppercase; 
	position: relative; 
	background-color: #294A12;
	padding: 6px; 
	width: 100%; }
.visited{ 
	text-decoration: none; 
	font-weight: bold; 
	color: #FFF !important; 
	font-size: 16px; 
	text-transform: uppercase; 
	position: relative; 
	background-color: #294A12; 
	padding: 6px; 
	width: 100%; }
/******************************************************/
a.link:link{
	text-decoration: none;
	color: #01336A;
	font-style: italic;
	position: relative;
	font-size: 14px;
}
a.link:visited{
	text-decoration: none;
	color: #01336A;
	font-style: italic;
	position: relative;
	font-size: 14px;
}
a.link:hover{
	text-decoration: underline;
	color: #01336A;
	font-style: italic;
	position: relative;
	font-size: 14px;
}
/******************************************************/
a.linkNero:link{
	text-decoration: none;
	color: #000;
	font-style: italic;
	position: relative;
}
a.linkNero:visited{
	text-decoration: none;
	color: #000;
	font-style: italic;
	position: relative;
}
a.linkNero:hover{
	text-decoration: underline;
	color: #000;
	font-style: italic;
	position: relative;
}
/******************************************************/
a.linkRed:link{
	text-decoration: none;
	color: #7B0709;
	font-style: italic;
	position: relative;
}
a.linkRed:visited{
	text-decoration: none;
	color: #7B0709;
	font-style: italic;
	position: relative;
}
a.linkRed:hover{
	text-decoration: underline;
	color: #7B0709;
	font-style: italic;
	position: relative;
}
/******************************************************/
a.linkVerde:link{
	text-decoration: none;
	color: #294A12;
	font-style: italic;
	position: relative;
	font-size: 18px
}
a.linkVerde:visited{
	text-decoration: none;
	color: #294A12;
	font-style: italic;
	position: relative;
	font-size: 18px
}
a.linkVerde:hover{
	text-decoration: underline;
	color: #294A12;
	font-style: italic;
	position: relative;
	font-size: 18px
}
/******************************************************/
