/* msmusic.co.uk - css  setting for link pages 
	cjm mar 2014
*/

div.main {
	padding: 10px;
	}

table.link	{ 
	width: 98%;
	border-collapse:collapse;
	empty-cells:show;
	}
	
.link td {
	border: 1px solid #CCC;
	padding: 10px;
	vertical-align: top;
	}
	
.link td.title {
	width: 150px;
	}
	
.link td.description { 
	}
	
.link td.country {
	width: 10%;
	}


/* the end */