ok, I found that, but adding margin:6px doesn’t change the position of my hyperlinked images. My issue is with the right sidebar. Here is the related CSS:
#right h2 {
color: #fff;
background: #6A829E;
font-family: verdana, “Microsoft Sans Serif”, Times, serif;
font-size: 8pt;
padding: 3px 6px;
margin: 0 0 10px 0;
border-bottom: 1px solid #fff;
}
#right p {padding:0; margin: 0 6px 0 12px;}
#right a {display: block; color: #6A829E; text-decoration: none; padding: 0 6px 0 12px; margin: 0; line-height: 14pt;}
#right a:hover {color: #333; text-decoration: underline;}
#right ul {
margin:0 0 12px 0;
padding:0;
list-style:none;}
#right ul li {
margin: 0;
padding: 0;
list-style-type: none;
}
#right ul ul {}
#right ul ul li {}
many thanks,
Sue