@charset "utf-8";
.underconstruction {
	font-weight: bold;
	font-size:36px
}
.purple-text {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #96F;
	font-weight: bold;
	background-image: url(img/fleur-small.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.anything-bold {
	font-weight: bold;
}
.chelseaSmith {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}
p {
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #666;
}
input {
	color: #666;
}
label {
	color: #666;
}
a {
	text-decoration: none;
	
}
.specific-page {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: x-large;
	color: #666;
	font-style: italic;
	font-weight: bold;
	background-image: url(img/fleur-small.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

