p.welcome1 {
	font: italic 24px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: maroon;
	margin: 1px 0px;
	width: 500px; 
	height: 25px; 
	position: absolute; 
	top: -115px;
	left:  120px;
		text-align: left;
}
p.welcome2 {
	font: normal normal 18px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: maroon;
	margin: 1px 0px;
	width: 500px; 
	height: 25px; 
	position: absolute; 
	top: -85px;
	left:  250px;
		text-align: left;
}
p.welcome3 {
	font: normal normal 48px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: maroon;
	margin: 1px 0px;
	width: 700px; 
	height: 25px; 
	position: absolute; 
	top: -80px;
	left:  120px;
		text-align: center;
}
p.arrangements {
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: maroon;
	margin: 1px 0px;
	width: 500px; 
	height: 18px;
	position: absolute; 
	top: -85px;
	left: 120px;
	text-align: left;
}

p.new {
	font: 24px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: maroon;
	margin: 1px 0px;
	width: 1000px; 
	height: 18px;
	position: absolute; 
	top: -1px;
	text-align: left;
	border-style: solid;
	border-width: 0px;
	left: 40px;
}

span.blue{
	color: navy;
}

span.red{
	color: red;
}

span.green{
	color: green;
}

div.img
{
  margin: 2px;
  border: 1px solid #0000ff;
  height: 123px;
  width: 93px;
  text-align: center;
}
a:link {
color: #990000; /*site links color */
text-decoration: underline;
}

