A
{
	text-decoration: none;
}
A:link
{
	color: #2B4CB0;
}
A:visited
{
	color: #9D48A4;
}
A:hover
{
	color: #FF8F00 ! important;
/*	background-color: #FFF9EF;*/
}
input
{
	border-style: solid;
	border-width: 1px;
	border-color: #86869C;
	margin: 0px 1px 0px 1px;
}
INS
{
	font-weight: bold;
	text-decoration: underline;
}
A IMG
{
	border-style: none;
	border-width: 0px;
}
CODE
{
	font-weight: normal;
	font-family: monospace;
}

SAMP
{
	background-color: #F7F9FF;
	color: #3A3F50;
	font-family: monospace;
}

PRE
{
	margin: 0.5em 0 0.5em 0;
	padding: 0;
}

.noindent
{
	text-indent: 0 ! important;
}


