a{
  color: #E28F41;
}

a:hover{
  color: #ffcea1;
  text-decoration: none;
}

.bg-blue{
  background-color: #003b75;
}

.bg-grey{
  background-color: #eeeeee;
}

.journal{
	color: #0084d1 !important;
}

.conference{
	color: #007d28 !important;
}

.poster{
	color: #910000 !important;
}

.workshop{
	color: #9402e8 !important;
}


.misc{
	color: #333333 !important;
}

.small{
	font-size: 75%;
}