/* Stylesheet for HudsonLodge Project */
/* Written in Cascading Style Sheets (CSS) */
/* Written by: Ryan Healey */
/* Last Modified: 01.03.07 */

.centered-text {
   margin-left: 20%;
   margin-right: 20%;
   font-family: "Copperplate Gothic Bold";
}
.centered-table {
   margin-left: 400px;
   margin-right: 5%;
   font-family: "Times New Roman";
}
.rendering {
   display: block;
   text-align: center;
   margin-left: auto;
   margin-right: auto;
}
body {
	background-attachment: fixed;
	background-image: url(background.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #FFFFFF;
}
a.mainlink2:link {
	text-decoration: none;
        font-family: "Copperplate Gothic Bold", "Times New Roman";
        color: black;
}
a.mainlink2:visited {
	text-decoration: none;
        font-family: "Copperplate Gothic Bold", "Times New Roman";
	color: black;
}
a.mainlink2:active {
	text-decoration: none;
        font-family: "Copperplate Gothic Bold", "Times New Roman";
	color: brown;
}
a.mainlink2:hover {
	text-decoration: underline;
	font-weight: normal;
        font-family: "Copperplate Gothic Bold", "Times New Roman";
        color: black;
}
.CopperplateGothicBold {
        /* font-family: "Copperplate Gothic Bold"; */
        font-family: "Times New Roman";
}
.CGB {
        font-family: "Copperplate Gothic Bold", "Times New Roman";
}