BODY {
  margin-top: 2;
  margin-bottom: 2;
  margin-left: 2;
  margin-right: 2;
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  }

A:link {
  color: #0000FF;
 	font-style : normal;
	text-decoration: underline;			
	}
A:visited {
	color: royalblue;
	font-style : normal;
	text-decoration: underline;			
	}
A:hover {
	color: #0000FF;
	font-style : normal;
	text-decoration: underline;			
	}

A:link.navlink {
  color: #0000FF;
 	font-weight : bold;
 	font-style : normal;
	text-decoration: none;			
	}
A:visited.navlink {
	color: #0000FF;
	font-weight : bold;
	font-style : normal;
	text-decoration: none;			
	}
A:hover.navlink {
	color: #0000FF;
	font-weight : bold;
	font-style : normal;
	text-decoration: none;			
	}
