body {
            background: #408080 ; text-align: center;
           }
 
table.a {background-image: url(icea2a.jpg); background-position: center; width: 950;}

h1 {font-family: arial, sans-serif; font-size: 3em; color: blue; text-align: center; background: transparent
    }

h2  {font-family: arial, sans-serif; color: black; font-size: 1.45em; text-align: center; 
    }
h3  {font-family: arial, sans-serif; color: blue; font-size: 1.5em; text-align: center; font-weight: bold
    }
h4  {font-family: arial, sans-serif; font-size: 1em; text-align: left; font-weight: bold
    }
h5  {font-family: arial, sans-serif; color: red; font-size: 1.25em; text-align: center; font-weight: bolder
    }
h6  {font-family: arial, sans-serif; color: black; font-size: 1em; text-align: center; font-weight: bold
    }

p   {font-family: arial, sans-serif; font-size:.75em; font-weight: bold; background: transparent; text-align: left;
    }
p.a {font-family: arial, sans-serif; font-size:1em; font-weight: bold; background: transparent; text-align: left; margin:10;
    }

td  {font-family: arial, sans-serif; font-size:.85em; font-weight: bold; background: transparent; text-align: left;
    }

img.floatRight {
	         float:right; margin: 10; 
                           }

a:link {
 	 font-family: arial, sans-serif;
 	 font-size:12pt;
 	 font-weight: bold;
 	 line-height: 14pt;
  	color: blue; background: transparent;
	text-decoration: none	;
             }
/* for unvisited links http://www.w3.org/TR/REC-CSS2/selector.html#x23*/

a:visited {
  	font-family: arial, sans-serif;
 	 font-size:12pt;
 	 font-weight: bold;
 	 line-height: 14pt;
  	color:purple; background: transparent;
	text-decoration: none	;
                 }
 /* for visited links */ 

a:link:hover {
  	font-family: arial, sans-serif;
 	 font-size:12pt;
 	 font-weight: bold;
 	 line-height: 14pt;
  	color: red; background: transparent;
	text-decoration: none	;
                        } 
/* when mouse is over link */

a:active {
  	font-family: arial, sans-serif;
  	font-size:12pt;
 	 font-weight: bold;
 	 line-height: 14pt;
  	color: red; background: transparent;
	text-decoration: none	;	
                 }

 /* when link is clicked */

a:link img {border-style: none;
           }
a:visited img {border-style: none;
             }



