/* CSS Document - LBK Health Care Font and Image Properties */

/* Font Properties */
h1 {
    font: bold italic 20px "Calligraph421 BT";
	letter-spacing: 1px;
}
h2 {
    font-size: 14px;
	text-decoration: underline;
}
.first-letter { font: bold italic 34px "Calligraph421 BT"; }
.subheading {
    font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
.copyright {
	font-size: 9px;
	font-style: italic;
}
.webmaster { font-size: 10px; }
.anchor { font-size: 10px; }
.asterisk { font-size: 10px; }

/* Link Properties */
a {
	color: #660000;
	font-size: 13px;
}
a:link {
    color: #660000;
	background: #FFFFFF;
}
a:active, a:visited {
	color: #660000;
	background: #FFFFFF;
}
a:hover {
    color: #000066;
	background: #FFFFFF;
}