body {
 overflow-x:hidden;
  background:#fff; 
  color:#000; 
  font-family:times new roman;
  margin-left: 0px;
  margin-right: 0px;
  font-size:16px;  
}

/* white pane description text formatting */
span.whitepane {
display:block;
text-align:center;
font-size:15px;
color:black;
font-weight:bold;
}


#abclist  img {
display:block;
margin:0 auto !important;
}

/*links container to control positioning of the domain list */

#linkscontainer {
   width:43%;
   float:right;
   text-align: left; 
   height:auto;
   border:0px solid black; 
   border-left: 0px solid white; /*border-left: 2px solid blue;*/ 
margin-right:8%; /*dont make more than 8% unless you shrink the image width to less than 450 pixels wide and the left column to less that 48%. */
   }

/* text formatting for the list of domain links */

p.links {
    font-weight:bold;
    padding:0;
    margin:0;   
    font-size:1.8em;
	margin-left:10px;
} 
