/* style for gallery pages */

body{
background-color:#000000;
/*background-image:url(images/storm/galback.jpg);
background-repeat:no-repeat;
background-position:center;*/
}


#captioner{
height:50px;
width:500px;
margin-top:12px;
overflow:auto;
color:#FFFFFF;
text-indent:30px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

#imagebox{
height:auto;
width:auto;
margin-right:auto;
margin-left:auto;
text-align:center;
}
a:visited{
text-decoration:none;
color:#FFFF00;
}

a{
text-decoration:none;
color: #00FFFF;
}

a:hover{
background-image:url(images/bluepixel.png);
}
