
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #CCCCCC;
	background-color: #6666a3;
	background-image: url(gfx/BG1.gif);
}

.watermark {
	background-image: url(gfx/housewatermark2.gif);
	background-repeat: no-repeat;
	background-position: center center;
	border-left: 2px solid #FFD700;
	border-bottom: 2px solid #FFD700;
	border-right: 2px solid #FFD700;
}

/* white links */
a.link {
	color: #FFD700;
	font-weight: bold;
}

a.link:hover {
	color: red;
}

/* small links running horizontally across top */
a.smalllink {
	color: #FFFFFF;
	font-size: 8pt;
	text-decoration: none;
}

a.smalllink:hover {
	color: red;
}

/* normal size gold links */
a.goldlink {
	color: #FFD700;
	text-decoration: underline;
}

a.goldlink:hover {
	color: red;
}

.footer {
	font-size: 8pt;
	color: black;
}

a.foot {
	font-size: 8pt;
	color: black;
	text-decoration: none;
}

a.foot:hover {
	color: red;
	text-decoration: underline;
}

.pagetitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14pt;
	color: #FFD700;
}