.trucks_presentation, .trucks_details, .home_index {
}

.trucks_presentation a, .trucks_details a, .home_index a {
	font-weight: bold;
	text-decoration: underline;
/*	color: #264083; */
	color: #445C99;
}

.home_index a {
	font-weight: normal;
}

.trucks_presentation a:hover, .trucks_details a:hover, .home_index a:hover {
	color: #F27D00;
}

