A {
	color: Purple;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: bold;
	font-size: 14px;
}

A.Link {
	color: Purple;
	font-family: Garamond;
	text-decoration: none;
	font-size: 15px;
}

A.Link2 {
	color: Purple;
	font-family: Verdana;
	text-decoration: underline;
	font-size: 12px;
}

A:HOVER {
	text-decoration : underline;
}
H1 {
	font-family: "Lydian BT";
	font-size: 40px;
	color: Teal;
	letter-spacing: 4px;
}
H2 {
	font-family: "Lydian BT";
	font-size: 25px;
	color: purple;
	font-weight: lighter;
}
H3 {
	font-family: "Lydian BT";
	font-size: 40px;
	color: Teal;
}

BODY {
	font-family: Verdana;
	color: purple;
	font-size: 14px;

}
div.ms {
	font-family: "Lydian BT";
	font-size: 20px;
	font-weight: lighter;
}
div.hot {
	font-family: Garamond;
	font-size: 20px;
	color: Teal;
	font-weight: bold;
}
div.title {
	font-family: Christie;
	font-size: 50px;
	color: Teal;
	letter-spacing: 4px;
}
div.address{
	font-size: 10px;
	font-style: italic;
}