td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	font-weight:bold;
}

/******* hyperlink and anchor tag styles *******/

a{
	color:#1B26D1;
	text-decoration:none;
}

a:link, a:visited{
	color:#1B26D1;
	text-decoration:none;
}

a:hover{
	color:#000000;
	text-decoration:underline;
}

a img{
	border:0;
}

/******* spacers *******/

#blades {
	margin: 0px 10px 0px 10px;
}
#microparts {
	margin: 0px 10px 0px 10px;
}
