@import url("positions.css");

body {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #E9E9E9;
}
a {
	color: #CE1F7A;
	text-decoration: none;
}
a:hover {
	color: #CE1F7A;
	text-decoration: underline;
}
/* HEADER */
#header .contact {
	text-align: right;
}
/* CONTENT */
#contentHolder h2 {
	font-size: 1.33em;
}
#contentHolder strong.highlight {
	color: #EC008C;
}
div#contentHolder label {
	font-weight: bold;
}
div#contentHolder input.formFields,
div#contentHolder textarea.formFields {
	font: 1em Georgia, "Times New Roman", Times, serif;
	color: #000000;
}
#sending {
	font-size: 0.92em;
}
/* FOOTER */
#footer {
	font-size: 0.75em;
	color: #F2B8BB;
}
#crudo,
#crudo a {
	color: #FFFFFF;
	text-decoration: none;
}
#crudo a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
