body {
	background-attachment: fixed;
	background-image:   url(chelseaimages/03panel.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
	
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #FF9966;
	text-decoration: none;
	text-align: center;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	text-align: justify;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FF9966;
	text-align: left;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #CCCC99;
}
a:hover {
	color: #00CCCC;
}
a:active {
	color: #FFCCCC;
}

