* {
	margin: 0;
   	padding: 0;}
        
body {
	padding: 10px;}

p {
	margin: 14px 20px;
	font-family: Georgia, Times, serif; 
	font-size: 8pt; 
	font-weight: normal; 
	font-style: italic; 
	letter-spacing: normal; 
	color: #b0b0b0; 
	text-decoration: none;}
        
.bubbleInfo {
	position: relative;
	left: -5px;
    top: -80px;
    width: 50px;}
        
.trigger {
     position: relative;}
     
/* Bubble pop-up */

.popup {
     position: absolute;
     display: none; /* keeps the popup hidden if no JS available */
     z-index: 50;
     border-collapse: collapse;
	 width: 280px;
	 height: 44px;
	 background: url(../images/coda-popupBubble.png) no-repeat;}
	
.popup a:hover {color: #eafffa;}