.footer{
        margin-left: 1em;
        margin-top: 3em;
        border-top: solid thin black;	
        font-size: small;
	text-align: center;
	text-color: DarkGray;

}
.skyscraper {
  margin-left: 1em;
  margin-bottom: 1em;
  border: solid blue
}

a:link {
  color: Black;
  background: none;
}

a:visited {
  color: Black;
  background: none;
}

.cattitle		{ 	font-weight: bold; font-size: 16px ; letter-spacing: 1px; font-color : black
				background-color: #1E90FF;	
				background-image: url(../phpBB1/templates/subSilver/images/cellpic2.jpg);
				background-repeat: repeat-y;
			}
a.cattitle		{ text-decoration: none; color : #006699; }
a.cattitle:hover{ text-decoration: underline; }
