body {
	color: #333333;
	font-family: trebuchet, arial, helvetica, verdana, geneva;
	font-size: 12px;
	line-height: 18px;
}

h1 {
	font-size: 16px;
	color: #4a5530;
}

a {
	color: #434f29;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

.success {
	color: #0000ff;
}
.error {
	color: #ff0000;
}