html, body {
text-align: center;
margin: 0;
padding: 0;
border: none;
background-color: #fbf8e3;
color: black;
font-family: arial, sans-serif;
}

table {            /* This DIV will be centred in the body */
margin-left: auto;
margin-right: auto;
text-align: center;
background-color: #b0c69b;
color: #006600;
border: none;
}

/* Using all the CSS above will cause the CONTENT  to be centered in all browsers */

.icolr, .namemid {
font-size: 17px;
font-family: "Times New Roman", serif;
}

.icolr {
width: 133px;
}

.namemid {
width: 484px;
}

.mailbg {
background: #007700;
}

.contbg {
background: #fbf8e3;
}

.surround {
width: 750px;
border: 2px green double;           /* This DIV will be centred in the body */
margin-left: auto;
margin-right: auto;
text-align: center;
}

.bba {
font-size: 14px;
font-weight: bold;
padding: 0px 0 5px 200px;
border: none;
margin: 0;
color: #006800;
background: #b0c69b;
}

.links {
width: 748px;
text-align: center;
background: #006600;
}

.headimg {
margin: 0 0 0 0;
}

.footer {
width: 750px;
background: #007700;
color: #bbffbb;
font-size: 13px;
}

.content {
width: 710px;
background: #fbf8e3;
font-size: .85em;
text-align: center;
}

.pics {
width: 275px;
background: #fbf8e3;
margin: 10px;
text-align: center;
}

p {
text-align: left;
padding-left: 20px;
padding-right: 20px;
}

h1 {
background: #b0c69b;
color: #006800;
font-size: 56px;
text-align: center;
margin: 5px 0 0 0;
}

h2 {
color: #000000;
font-size: 20px;
}

h3 {
text-align: left;
font-size: 15px;
margin-left: 10px;
}

img {
margin: 10px;               /* Stops IMAGES butting up too close */
}

.etc {
float: left;
margin: 50px 0 0 30px;
}

.fst {
float: right;
margin: 70px 30px 0 0;
}

a {
font-family: "Times New Roman", serif;
margin: 0 10px 0 15px;
font-weight: bold;
}

a:link {
color: #9dc79d;
font-size: 15px;
background: #006600;
text-decoration: none;
}

a:visited {
color: #9dc79d;
font-size: 15px;
background: #006600;
text-decoration: none;
}

a:hover {
color: white;
background: #006600;
text-decoration: none;
font-size: 15px;
}

a:active {
color: #9dc79d;
background: #006600;
text-decoration: none;
font-size: 15px;
}

