/* style.css */

/* global */

	body {
		background: #FFFFFF;
		margin: 50px; }

	h1 {
		color: #DACBC4;
		font-family: "times new roman";
		font-size: 22px;
		font-style: italic;
		font-weight: normal;
		letter-spacing: 7px;
		margin-bottom: -10px;
		padding-left: 20px;
		text-transform: lowercase; }

	a {
		color: #E5CDD5;
		text-decoration: none; }

	img {
		border: 0px; }

	p {
		color: #867074;
		font-family: verdana;
		font-size: 13px;
		letter-spacing: 0px;
		line-height: 28px; }