@charset "windows-1252";

#bck{
	position:absolute;
	left:0;
	top:0;
}
#txt{
	position:absolute;
	left:295px;
	top:150px;
	color:white;
	font:400 .85em arial;
	width:650px;
	text-align:justify;
}
p{
  margin:10px 0 10px 0;
}
.red{
	color:#ed1e24;
}
.tlnk{
	text-decoration: underline;
	color:inherit;
}
.tlnk:hover{
	color:#ed1e24;
}