#speakers{
	width: 630px;
	padding-left:20px;
	clear: both;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: 2px;
  }
#speakers table {
	color: #363636;
	background: #FFFFFF;
	width: 600px;
  }
#speakers tbody td {
	color:#333333;
	font-size:12px;		
  }
#speakers tbody td a {
	color:#3366FF;
	text-decoration:none;
	font-size:12px;
	letter-spacing:2px;
	font-weight:bolder;
  } 
#speakers tbody td a:hover {
	color:#FF6600;
	text-decoration:underline;
  }  
