body {
background-color: #333333;
color: white;
font-size: 12pt;
font-family: arial;
}

.alert {
color: red;
font-size: 14pt;
}

.goodalert {
color: #3399ff;
font-size: 14pt;
}

.thumbnails {
overflow-y: scroll;
height: 400px;
}

.thumbnails img{
border:1px solid #ffffff;
}

.download a {
color: #cccccc;
text-decoration:none;
}

.download a:hover {
color: #999999;
text-decoration:underline;
}

.links {
padding-left: 5px;
padding-right: 5px;
}

.links a {
color: #ffffff;
text-decoration:none;
}

.links a:hover {
color: #cccccc;
text-decoration: underline;
}

.copyright {
padding-top: 10px;
font-size: 9pt;
}

.copyright a {
color: #cccccc;
text-decoration:none;
}

.copyright a:hover {
color: #999999;
text-decoration:underline;
}

.download {
padding-top:6px;
}

.download a {
text-decoration: none;
color: white;
}

.download a:hover {
text-decoration: underline;
color: #cccccc;
}