/* CSS Document */

Body { vertical-align: middle;
margin-top: 10%;
}

A:link {text-decoration: none; color: #555555;}
A:visited {text-decoration: none; color: #c1cfc0;}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: #c1cfc0;}

.links {font-family: Century-Gothic, Verdana;
            font-size: 12.5px;
			font-weight: none;
			text-align: left;
			color: #555555;
			}
			
.maintext {font-family: Century-Gothic, Verdana, Arial;
			font-size: 12.5px;
			font-weight: none;
			text-align: justify;
			color:black;
			}
			
.copyright {font-family: Century-Gothic, Verdana, Arial;
			font-size: 8.5px;
			font-weight: none;
			text-align: right;
			color:black;
			}