/* CSS Stylesheet for Topic Pages */

body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h3 {
	font-size: 16px;
	color: #000099;
}

h4 
{
	font-size: 14px;
	color: #000099;
}

a:link {
	text-decoration: underline;
	color: #000099;
}

a:visited {
	text-decoration: underline;
	color: #000099;
}

a:hover {
	text-decoration: none;
	color: #FF6633;
}

#mar {
	color: #000099;
	border-left-color: #666666;
	border-left-style: solid;
	border-left-width: thin;
}

#mar a:link {
	color: #FF6633;
	text-decoration: underline;
}

#mar a:visited {
	color: #FF6633;
	text-decoration: underline;
}

#mar a:hover {
	color:#000099;
	text-decoration: none;
}
