body {
	background-color: #333742;
}

.style1 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
a:link {
  	text-decoration: none;
  	color: #0000FF;
} 

 
a:visited {
	text-decoration: none;
	color: #0000FF;
} 

a:hover {
  	text-decoration: none;
  	color: #000000;

} a:active {
	color: #0000FF;
	text-decoration: none;
}
