/*
________________________________________________________________________________________
*    links.css
*   
*    Style sheet for links page
________________________________________________________________________________________
*/



  .section table	{
  					width: 100%;
					border-spacing: 10px;
					margin: 0px;
					border: none;
					}
  .section td		{
  					width: 50%;
					padding: 15px;
					vertical-align: top;
					background-color: #fff;
					border: 1px solid;
					border-right-color: #eee;
					border-bottom-color: #eee;
					border-top-color: #ccc;
					border-left-color: #ccc;
					}
