
a:link 
	{
	text-decoration: none;
	font-family: sans-serif;
	font-size: 12px;
	color: #397fca;
	letter-spacing: 0.09em;
	word-spacing: 0.1em;
	}



a:link:hover
	{
	text-decoration: none;
	font-size: 13px;
	font-family: sans-serif;
	letter-spacing: 0.068em;
	word-spacing: 0.12em;
	color: #6ac369;
	}

a:visited
	{
	text-decoration: none;
	color: #fac609;
	font-size: 13px;
	font-family: monospace;
	letter-spacing: 0.091em;
	word-spacing: 0.14em;
	}

a:visited:hover
	{
	text-decoration: none;
	color: #0048da;
	}