﻿body {
	margin: 0;
	background: #EBE9E2;
	font-size: medium;
	line-height: 1.5;
}
A.link {
}
A.hover {
}
A.visited {
}
A.right:link {
	font-family: Tahoma;
	font-size: 9pt;
	color: navy;
	text-decoration: none;
}
A.right:hover {
	font-family: Tahoma;
	font-size: 9pt;
	color: green;
	text-decoration: none;
}
A.right:visited {
	font-family: Tahoma;
	font-size: 9pt;
	color: purple;
	text-decoration: none;
}
