html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	}

body {
	font-size: 100%;
	font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif," "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
	background-color: #ffeafa
	}

body {
	line-height: 1;
	}

html, body {
	width: 100%;
	margin: 0;
	padding: 20px 0;
	text-align: left;
	line-height: 1.5em;
	}

.content {
	width: 800px;
	margin: auto;
	background: #fff;
	padding: 10px 0
	}
	
h1 {
	font-size: 1.5em;
	line-height: 0.818182em;
	margin-top: 0em;
	margin-bottom: 0.818182em;
	margin-left: 10px
	/*text-transform: capitalize;*/
	}
	
p {
	font-size: 1em;
	line-height: 1.4em;
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: left;
	margin-left: 10px
}

a {
	text-decoration: none;
	color: purple;
	font-size: 1.3em;
	font-weight:700
	}

a:hover {
	text-decoration: underline;
	}
