.section {
width:767px;
margin-top:50px;
margin-left:auto;
margin-right:auto;
text-align:left;
padding:10px;
border:2px dashed #333;
background-color:#eee;width=750;
}
.section:after { 
content: "";
display: block;
height: 0;
clear: both;
}

a:link {
  color: #5555aa; 
  text-decoration: none; 
}/*normal links in the text*/
a:visited {
  color:  #778899; 
  text-decoration: none; 
}
a:active {/*colour in NN4.xx is red*/ 
  color: #9999CC; 
  text-decoration: underline; 
  background: #FFFFFF;}
a:hover{
background: #FFFFFF;
}


.title{
text-align: left;
padding-left: 5px;
padding-right: 5px;

font-size: 20px;
font-weight: 900;


}


.imageleft{
width:350px;
text-align:center;
padding:8px;
border-left: medium solid navy;
border-left-width: medium;
border-right: medium solid navy;
border-top: medium solid navy;
border-top-width: medium;
border-bottom: medium solid navy;
border-bottom-width: medium;
font-size: small;
font-weight: bold;
float: left;
background-color:#fff;
}
.imageright{
width:350px;
text-align:center;
padding:8px;
border-left: medium solid navy;
border-left-width: medium;
border-right: medium solid navy;
border-top: medium solid navy;
border-top-width: medium;
border-bottom: medium solid navy;
border-bottom-width: medium;
font-size: small;
font-weight: bold;
float: right;
background-color:#fff;
}
.imagecenter {
    text-align: center;
    margin-left:auto;
    margin-right:auto;
    margin: 5px;
    text-align:center;
padding:8px;
border-left: medium solid navy;
border-left-width: medium;
border-right: medium solid navy;
border-top: medium solid navy;
border-top-width: medium;
border-bottom: medium solid navy;
border-bottom-width: medium;
font-size: small;
font-weight: bold;

background-color:#fff;
    
    }
.imagecenter:after { 
content: "";
display: block;
height: 0;
clear: both;
}
