﻿body{
color:#666
	}

a:link {
color:#1E356A;
font-weight:bold;
text-decoration:none  }      /* unvisited link */

a:visited {
color:#1E356A;
font-weight:bold;
text-decoration:none }  /* visited link */

a:hover {
	color: #CE8C2B;
	font-weight:bold;
	text-decoration:underline 
}  /* mouse over link */
a:active {color:#0000FF}  /* selected link */
