/* Ennorex
 * character_format.css [Browser Class 1]
 * Created by STI Data Systems
 *  (starting Aug 26, 2006)
 */
 
a, a.active, a.visited{
	color: #33F;
	text-decoration: underline;
}

a.external, a.active.external, a.visited.external {
	background-color: #FFF;
	color: #33F;
	text-decoration: underline;
}

a.toc, a.active.toc, a.visited.toc {
	margin: 0px;
	
	color: #66F;
	
	font-size: 1em;
	font-family: arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

a.toc_selected, a.active.toc_selected, a.visited.toc_selected {
	margin: 0px;
	
	color: #000;
	font-size: 1em;
	font-family: arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

a.sidebar, a.active.sidebar, a.visited.sidebar {
	font-size: 1em;
}

img {
  margin: 0.5em;
}
