@CHARSET "ISO-8859-1";

/* General */
html {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 95%;
}

/* Links */
a {
	color: #c4ff02;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Footer */
#footer a:hover {
	text-decoration: none;
}

/* Navigation */
#nav a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1.1em;
}

/* Image boxes */
div.image-box p {
	font-size: 0.8em;
}

div.image-box h4 {
	margin-bottom: 2px;
}

/* Headings */
h2 {
	margin-top: 10px;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-size: 1.3em;
}

h2 span {
	font-size: 0.8em;
}

/* Contact page */
#about-helen p {
	margin-bottom: 1em;
}

#contact-message {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 0.9em;
}

/* For Helen's review */
#text p {
	margin-bottom: 1em;
}
