.front{
position: absolute;
	top: 40px;
	left: 10px;
	z-index: 100;
}
.back{
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 0;
}
.warn {
	border-style: dotted;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-color: Red;
	padding-left: 30px;
	background-image: url(warn.gif);
	background-repeat: no-repeat;
   	font-weight: 600;
	line-height: 125%;
	vertical-align: top;
	background-position: left;
	border-left: 0px;
	border-right-width: 0px;}
h3, h4 {
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-color: #FF9966;
	border-right-width: 0px;
	color: #FF9966;
	text-align: center;
	vertical-align: middle;
	font-family: "Arial Black", Fixedsys, sans-serif;
	background-color: #FAFAD2;
	border-style: solid;
	border-left-width: 0px;}
body {
	font-weight: 500;
	background-image: url(inacs.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #FFFFF0;}
p {
	background-image: url(favicon.gif);
	background-repeat: no-repeat;
	text-indent: 2em;
	text-align: justify;
	word-spacing: .1em;
	line-height: 125%;
	padding-top: 1ex;}