/*This is the CSS file for the Amazon Links at the bottom of UIA.*/
#AdContainer {
	margin:10px 5px 5px 5px;
	padding:5px;
	border:1px solid #666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	background-color:#bbbbbb;
	color:#000000;
	cursor:pointer;	
	text-decoration:none; 
	}

