/*This is the CSS file for the Amazon Links at the bottom of UIA.
*/
body {background-color:white; margin:0px;}
#AdContainer{/* position:relative; height:60px; */ width:100%;}

#TheAd {
	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:#D1D6E9;
	color:#000000;
	cursor:pointer;	
	text-decoration:none; 
	width:450px;
	max-width:500px;
	/* float:left;*/
	}
.HarvardBooks {
	border:1px solid #bbbbbb;
	cursor:pointer;	
	text-decoration:none; 
	width:100px;
	height:40px;
	position:absolute;
	z-index:5;
	top:0px;
	left:500px;
	} */
