.navbarbuttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
}

.navbarbuttons A:link { 
	color: #FFFFFF; 
	text-decoration: none; 
}

.navbarbuttons A:active { 
	color: #CC6600; 
	text-decoration: none; 
}

.navbarbuttons A:visited { 
	color: #FFFFFF; 
	text-decoration: none; 
}

.navbarbuttons A:hover { 
	color: #CC6600; 
	text-decoration: none; 
}

a:link {
color: #0000FF; 
text-decoration: none; 
}

a:visited {
color: #0000FF; 
text-decoration: none; 
}

a:hover {
color: #0000FF; 
text-decoration: underline; 
}