/* CSS Document */

.links1 a{
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
}
.links1 a:hover{
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: underline;
}
