/* CSS Document */

Body { vertical-align: middle;
margin-top: 10%;
background-color: #f5f5f5;
}

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

.links {font-family: "Hoefler Text", "Constantia", Georgia, "Times New Roman", Times, Serif, Verdana;
            font-size: 13px;
			font-weight: none;
			text-align: center;
			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;
			}