.menuB {
	font-size: 16px;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
}
.menuN {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #00FFFF;
}
.txt {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.background {
	background-attachment: fixed;
	background-image: url(images/clouds.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

