body { margin-left:2em; margin-right:2em; width: 800px; }


h1 { color: navy; font-size: 14.0pt; }
h2 { color: green; font-size: 15.0pt; }
h3 { color: gray; font-size: 12.0pt; }
h4 { color: ; font-size: 13pt; }
h5 { color: steelblue; font-size: 9.5pt; }
h6 { color: steelblue; font-size: 7.5pt; }

th { text-align: center; font-size: 11pt;}
tr { font-size: 11pt;}
td { font-size: 10.3pt; }
caption { color: goldenrod; font-size: 18.0pt; }


p { line-height; font-size: 11.0pt; }
p1 { line-height; font-size: 13.0pt; }
a { font-size: 11.0pt; }
em {font-steyle: normal; font-weight: bold; color: red; 
font-size: 11.0pt; }
a:link { color: green; }
a:visited { color: orangered; }
a:hover { color: blue; }

.main {       width: 85%;   
    border: 3px solid #C0C0C0;   
}   
.main div   {   
    width: 85%;   
    border: 3px solid #C0C0C0;   
    margin-left:auto;  
    margin-right:auto; 
    text-aligh:left;
    width:650px;
}  

div#a1234 {
position:relative;
margin:auto;
width:12px;
} 
body {
text-align:center;
} 
h1,h2,h3,h4,h5,h6,a,p,{
text-align:left;
} 
div.imagebox {
   border: 1px double #C0C0C0;
   background-color: #eeeeff;
   width: 350px;
   float: left;
   margin: 5px;
}
p.image, p.caption {
   text-align: center; 
   margin: 5px;        
}
p.caption {
   color: darkblue;
}


