﻿.logo a {
    width: 467px; height:336px; 
    overflow: hidden;
    display:block; 
	margin-left:auto; 
	margin-right:auto; 

}
.logo img {
    border: none;
    display:block; 
	margin-left:auto; 
	margin-right:auto; 
}
.logo a:hover img {
    margin-top: -336px;
}

.desc{
  	display:block; 
	margin-left:auto; 
	margin-right:auto; 
	font-family:Tahoma, Times New Roman;
	font-size:small;
	width: 32em;
	text-align:center;
	color:#75938B;
}

.imgCenter img{
	border: none;
    display:block; 
	margin-left:auto; 
	margin-right:auto; 
}

a:link              { color:#91c8d5; text-decoration:none;font-weight:bold; }
a:visited           { color:#91c8d5; text-decoration:none;font-weight:bold; }
a:hover             { color:#cc3a3a; text-decoration:none;font-weight:bold;}
a:active            { color:#91c8d5; text-decoration:none; }

a.otherLink:link    { color:red; text-decoration:none; }
a.otherLink:visited { color:red; text-decoration:none; }
a.otherLink:hover   { color:green; text-decoration:underline; }
a.otherLink:active  { color:red; text-decoration:none; }
