
html
{
    padding: 0;
    margin: 0;
}
.body2
{
    color: #000000;
    font-family: Verdana;
    font-size: medium;
    background-image: url(images/back6.jpg);
}
.body3
 {
    background-image: url(images/back5.jpg);
}
/*--------- headings -------- */
header
 {
    display:block;
}
.tophead1
 {
    font-family: Verdana;
    text-align: center;           /* no color */
}
/* ------ links --------- */
a
{
    color: #FAF4F6;             /* gray*/
    text-decoration: none;
    font-weight: bold;
    font-family: Verdana;
    font-size: 11pt;
}
a:visited
{
    color: #FAF4F6;             /* gray*/
    font-family: Verdana;
    font-size: 11pt;
    font-weight: bold;
}
a:hover
{
    color: #CFD1D4;             /* medium gray */
    font-family: Verdana;
    font-size: 11pt;
    font-weight: bold;
}
a:active
{
    color:  #FCE8DF;                 /* pink */
    font-family: Verdana;
    font-size: 11pt;
    font-weight: bold;
}
.link1
{
    color:  #FF9B9B;                 /*  pink */
    font-family: Verdana;
    font-size: 11pt;
    font-weight: bold;
}
.link2
{
    color:  #0000FF;                 /* blue */
    font-family: Verdana;
    font-size: 11pt;
    font-weight: bold;
}
/*---------- article content     used with iframe -------- */
div#content
{
    clear: both;
    margin: 18px -2px 18px 0px;
    font-family: Verdana;
    font-size: medium;
}
/*----------- P  or div  tag ---------*/
.pCenter {
    text-align: center;
}
.Pleft
 {
    text-align: left;
    padding: 10px;
}
/*========image format===============*/
.pix
 {
    border: 2px black solid;
}
/*--------- tables --------- */
.table1
{
    text-align: center;
    border: 2px;
}
.table2
{               /* used Message for closing browser and linking to CpphsaWeb Main Page */
    margin: auto auto;
    text-align: left;
    font-size: small;
    border: 2px black solid;
    padding: 5px;
}
.table3
 {
    text-align: left;
    width: 116px;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: maroon;
}
.table4
{
    margin:0 auto;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    height: 600px;
}
.table5
 {
    margin:0 auto;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 4px solid #000000;       /* black */
}
.table6
 {
    text-align: left;
    width: 160px;
    background-image: url(images/back6.jpg);
    color: black;
    font-weight: bold;
    font-family: Verdana;
    font-size: 11pt;
    padding: 3px;
    border: black 4px double;
}
.td3
 {
    width: 30%;
    background-color: #5E0000; /* maroon */
    background-image: url(images/back5.jpg);
}
.td4
 {
    width: 70%;
    background-color: white;
}
/*----------iframes ---------- */
.frame11
{
    width: 100%;
    height: 560px;
    border: transparent;
    overflow: scroll;
    text-align: center;
}
/*------ <span> and text format------*/
.txtdec2
 {
    font-style: normal;
    font-weight: normal;
    font-family: Verdana;
    font-size: small;
    text-decoration: none;
}
.txtdec3
 {
    font-style: italic;
    font-weight: normal;
    font-family: Verdana;
    font-size: small;
    text-decoration: none;
}
.txtdec4
 {
    font-style: normal;
    font-weight: bold;
    font-family: Verdana;
    font-size: 12pt;
    text-decoration: none;
    color: black;
}
.txtdec5
 {
    font-style: normal;
    font-weight: bold;
    font-family: Verdana;
    font-size: 12pt;
    text-decoration: underline;
}
.txtdec6
 {
    font-style: normal;
    font-weight: bold;
    font-family: Verdana;
    font-size: 11pt;
    text-decoration: none;
    color: #EEEEEE;
}
.txtdec7
 {
    font-style: normal;    /* used for top of image list - left side - for msg closing tab or not */
    font-weight: bold;
    font-family: Verdana;
    font-size: 11pt
    text-decoration: none;
    color: #FAF4F6;     /* light gray */
}
.txtdec7b
 {
    font-style: normal;    /* used for top of image list - left side - for msg closing tab or not */
    font-weight: bold;
    font-family: Verdana;
    font-size: 11pt
    text-decoration: none;
    color: #B2CCFF;     /*light blue*/
}
.txtdec8
 {
    font-style: italic;
    font-weight: bold;
    font-family: Verdana;
    font-size: 10pt;
    text-decoration: none;
    color: white;
}
/*---------- blank spacing ------------ */
.bottom1
 {
    margin-bottom: 1cm;  /* equals 3 br in html */
}
.bottom-small /* equals about 2 br in html */
 {
    margin-bottom: .5cm;
}