/* CSS Document */

.class1 a:link {
color: #CCCCCC;
text-decoration: none;
font-family: Georgia, Times New Roman, Times, serif;
font-size: x-small;
font-style: normal;
text-align: center;
padding: 5px;
}

.class1 a:hover {
color: #CCCCCC;
text-decoration: none;
font-family: Georgia, Times New Roman, Times, serif;
font-size: x-small;
font-style: normal;
text-align: center;
padding: 5px;
}

.class1 a:visited {
color: #CCCCCC;
text-decoration: none;
font-family: Georgia, Times New Roman, Times, serif;
font-size: x-small;
font-style: normal;
text-align: center;
padding: 5px;
}

.class1 a:active {
color: #666666;
text-decoration: none;
font-family: Georgia, Times New Roman, Times, serif;
font-size: x-small;
font-style: normal;
text-align: center;
padding: 5px;
}

.class2 a:link {
color: #231b44;
text-decoration: none;
font-family: Georgia, Times New Roman, Times, serif;
font-size: small;
font-style: normal;
}

.class2 a:hover {
color: #231b44;
text-decoration: underline;
font-family: Georgia, Times New Roman, Times, serif;
font-size: small;
font-style: normal;
}

.class2 a:visited {
color: #231b44;
text-decoration: none;
font-family: Georgia, Times New Roman, Times, serif;
font-size: small;
font-style: normal;
}

.class2 a:active {
color: #000000;
text-decoration: underline;
font-family: Georgia, Times New Roman, Times, serif;
font-size: small;
font-style: normal;
}

.thumbnails { 
padding: 5px;
border: 1px thin #333333;
border-color:#333333;
}

.copyright {
text-align: center; 
font-family: Georgia, Times New Roman, Times, serif;
font-size: x-small;
font-style: normal;
color:#333333;
}

.nav {
text-align: center; 
font-family: Georgia, Times New Roman, Times, serif;
font-size: small;
font-style: normal;
color:#333333;
}

.text {
text-align: center; 
font-family: Georgia, Times New Roman, Times, serif;
font-size: small;
font-style: normal;
color:#333333;
padding: 5px;
}

.about_text {
text-align: center; 
font-family: Georgia, Times New Roman, Times, serif;
font-size: small;
font-style: normal;
color:#333333;
padding: 90px;
padding-top: 60px;
}