/*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 #bbbbbb;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:center;
	background-color:#FFFFCC;
	color:#000000;
	cursor:pointer;	
	text-decoration:none; 
	width:80%;
	}

