@charset "UTF-8";
/* CSS Document */

body {
	font-family: Roboto, sans-serif;
	color: #666;
	font-size: 12px;
	line-height: 1.4;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: none;
	color: #666;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #CCC;
}
a:active {
	text-decoration: none;
	color: #666;
}
.navigation {
	font-size: 16px;
}
.important {
	font-size: 7px;
	color: #CCC;
}
.red {
	color: #a91e22;
}
.type {
	font-size: 25px;
}
.series {
	font-size: 25px;
	color: #a91e22;
}
.specs {
	font-size: 14px;
}
.contact {
	font-size: 4px;
}
.sn {
	font-size: 12px;
	font-style:italic
}
.fade {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   }

   .fade:hover {
      opacity: 0.5;
      }
