body {
	background : transparent;
}
a.nav:link, a.nav:visited  { 
	color: #f90; 
	font-weight: bold; 
	font-size: 30px; 
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
}
a.nav:active, a.nav:hover  { 
	color: #ffcc33; 
	font-weight: bold; 
	font-size: 30px; 
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif; 
	text-align: center;
	text-decoration: none;
}

h2 {
	color: #7d1516;
	font: bold 18px Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 18px;
}
h3 { color: #444; font-size: 24px; font-family: Trebuchet MS, Arial, Helvetica, sans-serif; text-align: center }

h4  { color: #7d1516; font: bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif; text-align: center }

p {
	color: #7d1516;
	font-size: 12px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	text-align: justify;
}
li {
	color: #7d1516;
	font-size: 12px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	text-align: left;
	margin-left: -20px;
}
a:link, a:visited, a:active {
	color: #7d1516;
	text-decoration: underline;
}
a:hover {
	color: #7d1516;
	text-decoration: none;
}
.admin {
	color: #7d1516;
	text-decoration: none;
	font-weight: bold;
}
a.admin:link, a.admin:active, a.admin:visited, a.admin:hover {
	color: #7d1516;
	text-decoration: underline;
	font-weight: bold;
}
a.contact:link, a.contact:active, a.contact:visited, a.contact:hover  { color: #7d1516; font-weight: bold; font-size: 14px; text-decoration: underline; text-align: center }
