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

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

a.toc:hover {
	border-bottom: 1px solid #330;
}

a.toc, a.active.toc, a.visited.toc {
	margin: 0em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	color: #000;

	text-decoration: none;
	font-size: 1.2em;
	font-family: arial, sans-serif;
}

a.toc_selected, a.active.toc_selected, a.visited.toc_selected {
	margin: 0em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	color: #000;

	font-size: 1.2em;
	font-weight: bold;
	font-family: arial, sans-serif;
	text-decoration: none;
	border-bottom: 3px solid black;
}

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

img {
  margin: 0.5em;
}
