
/* publication specific style sheet -- represents those styles unique to this publication.
 * 
 * branding color for embedded technology journal #670001 (red)
 */

a { 
	text-decoration: none; 
	/* customize_link */ color: #670001; /* customize_link */
 }

a:hover { 
	text-decoration: underline; 
	/* customize_hover */color: #330000; /* customize_hover */}


#header h1 a {
	width: 396px;
	height: 98px;
	background: transparent url(http://www.techfocusmedia.net/themes/embeddedtechjournal/images/ETJ_masthead.gif) no-repeat scroll 0 0;
	text-indent: -9999em;
	margin: 0;
	display: block;
}

		#otherpubs h2 a {
			font-weight: bold;
			font-size: 12px;
			float: left;
			margin-right: 20px;
			color: #670001;
		}

