#tr {
	width:90%;
	border:1px dashed orange;
	font-size:0.8em;
}

#tr code {
	
	font-family: "Courier New";
}

#tr h1 {
	margin-top:1em;
	text-align: center;
	padding:0;
}

#trcol1 {
float: left;
width: 45%;
margin-left: 3%; }

#trcol2 {
float: left;
width: 40%;
margin-left: 3%;
clear:right; }

#trfooter {
clear: both;
margin-bottom: 1em;
}

a.lienvf {
	font-family: "Courier new";
	color:#999999;
	text-decoration: none;
}

a.lienvf:hover {
	font-family: "Courier new";
	color:black;
	text-decoration: underline;
}