/* Links */
a {
	text-decoration: none;
	color: #C2CC00;
	padding: 1px;
}

a:hover {
	text-decoration: none;
	cursor: pointer;
	color: white;
	background-color: #C2CC00;
}

.img_link {
	text-decoration: none;
}

.img_link:hover {
	background-color: white;
}

/* Text */
p {
	text-align: justify;
	line-height: 20px;
}

.highlight {
	color: #521252;
}

/* flash messages */
.error {
	background-color: #CC0000;
	color: white;
	padding: 5px 10px;
}

.notice { /*Highrise like*/
	background-color: #C2CC00;
	color: white;
	padding: 5px 10px;
}

/* CSS tricks */
.clear {
	clear: both;
}