body
 { 
color: #ffcc66; 
background: transparent url("etoiles2.gif"); 
margin-left: 3%; 
margin-right: 3%; 
margin-top: 0%;
 }
 
p, table, li
 { 
font-family: "Arial", sans-serif, arial; 
font-size: 14px;
 }
 
:link
 { 
color: #ffff99; 
background: transparent;  
TEXT-DECORATION: none;
 } /* for unvisited links */
 
:visited
 { color: #ffff99; 
 background: transparent; 
TEXT-DECORATION: none;
 } /* for visited links */

:active
 { color: #ff0000; 
background: transparent; 
TEXT-DECORATION: none;
 } /* when link is clicked */

:hover
 { 
color: #ff3399; 
background: transparent; 
TEXT-DECORATION: none;
 } /* when mouse is over link */ 

#header .slogan
 { 
margin: 0; 
padding: 0; 
text-align: right; 
color: #ffff99; 
background: transparent; 
font-size: 12px;
 }
 
hr.hline2
 { 
color: #ffff99;
background-color: #ffff99;
height: 5px;
width: 100%;
border: none;
 }
 
hr.hline
 { 
color: #ffff99;
background-color: #ffff99;
height: 1px;
width: 100%;
border: none;
 }
 
hr.hline3
 { 
color: #ffff99;
background-color: #ffff99;
height: 1px;
width: 70%;
border: none;
 } 

img.x
 { 
position: absolute;
left: 55%;
top: 3%;
z-index: -1;
 }

p.head1
 { 
 visibility:hidden;
 }

p.head2
 { 
text-align: center; 
color: #ffff99; 
background: transparent; 
font-size: 20px;
 }
 
p.head3
 { 
text-align: left; 
color: #ffff99; 
background: transparent; 
font-size: 15px;
 }
 
p.head3c
 { 
text-align: center; 
color: #ffff99; 
background: transparent; 
font-size: 15px;
 }

p.head4
 { 
text-align: left; 
color: #ffff99; 
background: transparent; 
font-size: 12px;
 }

p.left
 { 
 text-align: left;
 }
 
p.one
 { 
 text-align: right;
 }
 
div.center
 { 
 text-align: center;
 }
 
div.float-left
 {/* division element float */
float: left;
margin: 0px 15px 0px 0px;
 }
 
div.float-right
 {/* division element float */
float: right;
margin: 0px 0px 0px 15px;
 }

td.three
 { 
color: #ffff99; 
background: transparent; 
font-size: 15px;
 }

img.one
 { 
 border: none;
 }
 
.table5
 {
margin: auto;
 }  
 
.table4
 { 
border: solid 5px;
border-top-color: #666600;
border-right-color: #ffff99;
border-bottom-color: #ffff99;
border-left-color: #666600;
margin: auto;
 }

.table4 td
 { 
 border: inset 1px #ffff99; 
 color: #ffff99; 
 background: transparent; 
 text-align: center;
 }

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #000000;
padding: 5px;
left: -1000px;
border: 1px black;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -425px;
left: -350px; /*position where enlarged image should offset horizontally */

}


 
