* {
		margin: 0;
		padding: 0;
		}

body {
	color: #000000;
	padding:0;
	margin:0;
	background-color:#CEAFE2;
}

html {
		font-size: 100%;
		}

body {
		font-size: 75%;
		}
		
p, ul {
		font: 1.1em/1.4em "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
		margin-bottom: 1em;
		color: #000000;
		}
h2 {/* strap line */
		font: 1.4em/1.1em Arial, serif;
		color: #666666;
		margin-bottom: 1.2em;
		padding-left: 1px;
		}

a:link {
	font: 1.1em/1.4em "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
		margin-bottom: 1em;
		color: #000000;
	text-decoration: underline;
}
a:visited {
	font: 1.1em/1.4em "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
		margin-bottom: 1em;
		color: #000000;
	text-decoration: underline;
}
a:hover {
	font: 1.1em/1.4em "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
		margin-bottom: 1em;
		color: #000000;
	text-decoration: none;
}
a:active {
	font: 1.1em/1.4em "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
		margin-bottom: 1em;
		color: #000000;
	text-decoration: underline;
}
