
html, body {
	height: 100%;
}

ul, ol {
	list-style: none;
}

#add-me-link {
	display: none;
}

.hidden-text, .hide-text p, .hide-text h1, .hide-text h2, .hide-text h3 {
	position: absolute;
	left: -1500px;
	width: 900px;
}

body, input, textarea {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	}
* {
	padding: 0;
	margin: 0;
	border: 0;
	}
.clearer {
	clear: both;
}

a.rollover img {
	display: none;
}
a.rollover .normal {
	display: block;
}

a.rollover-triggered .normal {
	display: none;
}

a.rollover-triggered img {
	display: block;
}


