.navbar {
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}
.body {
	font-size: 14px;
	font-weight: normal;
	color: #000;
	text-decoration: underline;
}
.navbar a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.navbar a:visited {
	color: #CCCC66;
	text-decoration: underline;
}
.navbar a:hover {
	color: #CCCC66;
	font-weight: bold;
}
.navbar a:active {
	color: #CCCC66;
	text-decoration: underline;
}
.body a:link {
	color: #000;
	text-decoration: underline;
	font-size: 14px;
	font-weight: normal;
}
.body a:visited {
	font-size: 14px;
	font-weight: normal;
	color: #333;
	text-decoration: underline;
}
.body a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
.body a:active {
	font-size: 14px;
	font-weight: normal;
	color: #333;
	text-decoration: underline;
}
