body {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 0px;
	background-color: White;
	color: #333333;
	text-decoration: none;
	font-family : "Palatino Linotype";
	border-right-color : #DCDCDC;
	border-right-width : thin;
	border-right-style : solid;
}

A 		{
	color: #669999;
	text-decoration: none;

		font-weight : bold;
} 
A:link		{
	color: #669999;
	text-decoration: none;
	font-weight : bold;
} 
A:visited	{
	color: #669999;
	text-decoration: none;
	font-weight : bold;
} 
A:hover		{
	color: #2F4F4F;
	text-decoration: underline;
	font-weight : bold;
}  