.navbar a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFF00;
	font-size: 12px;
	font-style: normal;
	list-style-type: circle;
}
.navbar a:hover {
	text-decoration: underline;
}

.topbar a {
	text-decoration: none;
	color: #FF0000;
	font-size: 12px;
}
.topbar a:hover {
	text-decoration: underline;
	color: #0000FF;
}

.bottombar a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}
.bottombar a:hover {
	text-decoration: underline;
	color: #0000FF;
}
body {
	font-family: Arial;
	color: #000000;
	font-size: 12px;
}
