

/* Stylesheet for photo galleries and other main pages. */

a:link {color: #99CCFF}    
a:visited {color: #C0C0C0} 
A:hover { color:#FFFFFF; background-color:#99CCFF}
a:active {color: #FFFFFF; background-color:#99CCFF}

body {
background:#CCCCCC;
color:#FFFFFF;
font-family:"tahoma ms", Tahoma, Arial, Helvetica
}

.hidden {visibility: collapse}

.block1 {
font-size:12px;
text-align:left;
line-height:140%;
}

.headtext {
font-size:13px;
text-align:center;
line-height:120%;
}

.smallerblock {
font-size:11px;
line-height:100%;
}

.heading {
font-size:20px;
text-align:center;
font-weight:bold;
color:#99CCFF;
}

.subheading {
font-size:15px;
font-weight:bold;
text-align:center;
}

img {
border: 1px solid #99CCFF;
}

.caption {
margin: 0 1px;
text-align:center;
font-size:12px; 
}