.main_title { color: teal }

.menubar { background-color: teal }

.menubar ul a:hover { color: teal }

.menubar ul li ul { background-color: teal }

a:link { color: teal }

a:visited { color: teal }

a:hover {
	background-color: teal;
	color: White;
}

a:active {
	background-color: teal;
	color: White;
 }