/* CSS Document */

div#TR-Industry-Links-content p { line-height:1.4em; }

div#TR-Industry-Links-content { 
	margin-top:1%;
	margin-left:50px;
}

div#TR-Industry-Links-wrapper { 
	margin-left:20px;
}

H1{ 
	margin-top:1%;
	clear:right;
}

H2{ 
	margin-left:-25px;
	margin-bottom:0px;
}

div#TR-Industry-Links-content ul{
	margin: 0;
	text-align: left; /*set value to "right" for example to align menu to the left of page*/
	line-height:1.4em;
}

div#TR-Industry-Links-content ul li {	
	color:#02174A;
	font-size:100%;
	background:#F8F8F8;
	margin:5px;
}

div#TR-Industry-Links-content ul li a {
	color:#02174A;
	text-decoration:underline;
}

div#TR-Industry-Links-content ul li a:hover {
	text-decoration:underline;
}


