@charset "UTF-8";
.linehood {
	float:left;
}
#canvas {
	margin-top:55px;
}

.linehood a{
	
	text-decoration:none;
	color:#E7081F;
font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:bolder;

}
.linehood span {
	text-align:center;
	display:block;
	padding-top:20px;
}

.linehood a:hover {
	text-decoration:underline!important;
	color:#2A140B;
}
.linehood a:hover span{
	text-decoration:underline!important;
	color:#2A140B;
}