/** family */

body {
	font-family:Times, "Times New Roman", sans-serif;
}
label {
	font-family:"MS Trebuchet", sans-serif;
}

/** setup */

body {
	font-size:14px;
}
h2 {
	font-weight:normal;
	font-size:14px;
}
h1 {
	font-size:58px;
}
h2, p {
	margin-bottom:10px;
}
.worker .info p {
	margin-bottom:5px;
}
a {
	text-decoration:none;
}
.small,
label,
.validation-advice {
	font-size:11px;
}
.validation-advice {
	margin-top:10px;
}

/** colors */

body, input, textarea {
	color:#FFF;
}
a:hover,
.file_field input {
	color:#444;
}
.light,
h2,
a,
.validation-advice {
	color:#79DF45;
}