/*#about{
	color:blue;
}

.bodytext{
	color:white;
}*/


 /*font-family: initial !important;
   font-family: initial !important;*/

body{
	font-family: Garamond;
	font-size: 15pt;
	background-color: black;
	text-align: center;
	color: floralwhite;
	padding: 20px;
}
article {
	text-align: left;
	max-width: 200mm;
	margin: 0 auto;
}

.footstyle {
  background-color: #333;
  overflow: hidden;
}

.foottext {
  float: left;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Add a black background color to the top navigation */
.topnav {
  background-color: #333;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #006228;
  color: white;
}



/*link style colors*/
<style>
a:color: lightgrey;
a:link {
  color: lightgrey;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: lightgrey;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #ffcb06;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: #ffcb06;
  background-color: transparent;
  text-decoration: underline;
}
</style> 