body {
	margin: 0;
	padding: 0;
	background-color : Black;
	background-image : url(../images/background-pinkflower.jpg);
	background-position : bottom left;
	background-attachment : fixed;
	background-repeat : no-repeat;
}
.listlinks {
	font-family:"times new roman";
	font-style : italic;
	text-decoration : none;
}
a {
	text-decoration : none;
	color: #6FA0B9;
}
a:hover {
	text-decoration: none;
	font-style: normal;
	color: white;
}
.contact {
	font-family:"times new roman";
	font-style: italic;
	font-size: 14pt;
	color: #408080;
}
.normalText {
	font-family:"arial";
	font-size: 14pt;
	color: #B1EBB9;
	text-align:left;
}
.info {
	font-family: "arial narrow";
	color: #408080;
	font-size: 12pt;
}
.header {
	font-family: "arial narrow";
	color: #FFC6E2;
	font-size: 22pt;
	font-weight: bold;
}
img.rightfloat {
	float:right;
	padding-left:10px;
}
img.leftfloat {
	float:left;
	padding-right:10px;
}