A { 
  color: white; 
  text-decoration: none; 
}

A:hover { 
  color: #cccccc; 
  text-decoration: underline; 
}



A.bottomNav { 
  color: #FFFFFF; 
}

A.bottomNav:hover {
  color: #cccccc;
}

.style1 {color: #FFFFFF}
.style2 {font-size: 12px}
.style4 {color: #0000FF}
.style5 {font-size: 16px}
.styleF {
	font-size: 18px;
	font-weight: bold;
}
.styleF2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
body {background-color: #5F6C70;}