/* gallery.css */
body {
background-color: #000000;
}

h1 {
font-family: "Verdana", sans-serif;
font-size: 10px;
color: #000000;
}

li, h3, p {
display: inline;
}

table.nav {
position:absolute;
right:10px;
top:5px;
border-collapse: collapse;
width: 500px;
}

h3 img {
position: absolute;
padding: 1px;
height: 105px;
width: 106px;
outline: 1px solid #cccccc; 
}

h4 img {
position: absolute;
padding: 1px;
border: 1px solid #cccccc;
right: 17px;
top: 45px;
}

h5 {
position: absolute;
left: 625px;
top:545px;
}

table.logo {
width: 135px;
position: absolute;
top: 10px;
left: 600px;
font-family: "Verdana", sans-serif;
font-size: 10px;
color: #ffffff;
border-collapse: collapse;
}

td {
font-family: "Verdana", sans-serif;
font-size: 10px;
color: #ffffff;
text-align: center;
background-color: #000000;
}

#image1 h3 img {
top: 10px;
left: 10px;
}

#image2 h3 img {
top: 10px;
left: 125px;
}

#image3 h3 img {
top: 10px;
left: 240px;
}

#image4 h3 img {
top: 10px;
left: 355px;
}

#image5 h3 img {
top: 10px;
left: 470px;
}

#image6 h3 img {
top: 125px;
left: 10px;
}

#image7 h3 img {
top: 125px;
left: 125px;
}

#image8 h3 img {
top: 125px;
left: 240px;
}

#image9 h3 img {
top: 125px;
left: 355px;
}

#image10 h3 img {
top: 125px;
left: 470px;
}

#image11 h3 img {
top: 240px;
left: 10px;
}

#image12 h3 img {
top: 240px;
left: 125px;
}

#image13 h3 img {
top: 240px;
left: 240px;
}

#image14 h3 img {
top: 240px;
left: 355px;
}

#image15 h3 img {
top: 240px;
left: 470px;
}

#image16 h3 img {
top: 355px;
left: 10px;
}

#image17 h3 img {
top: 355px;
left: 125px;
}

#image18 h3 img {
top: 355px;
left: 240px;
}

#image19 h3 img {
top: 355px;
left: 355px;
}

#image20 h3 img {
top: 355px;
left: 470px;
}

#image21 h3 img {
top: 470px;
left: 10px;
}

#image22 h3 img {
top: 470px;
left: 125px;
}

#image23 h3 img {
top: 470px;
left: 240px;
}

#image24 h3 img {
top: 470px;
left: 355px;
}

#image25 h3 img {
top: 470px;
left: 470px;
}



a:link img {
border: 1px solid #cccccc;
}

a:visited img {
border: 1px solid #cccccc;
}

a:hover img {
border: 1px solid #ff0000;
}

a:link {
font-family: "Verdana", sans-serif;
font-size: 10px;
color: #ffffff;
text-decoration: none;
}

a:hover {
font-family: "Verdana", sans-serif;
font-size: 10px;
color: #ffffff;
text-decoration: underline;
}

a:visited {
font-family: "Verdana", sans-serif;
font-size: 10px;
color: #ff0000;
text-decoration: none;
}


