﻿* {margin:0; padding:0;}
body { 
	font-family: arial;
	color:white;


}
.menubar {
	width: 900px;
	height: 140px;
}
.menucell {
	width: 180px;
	height: 120px;
}

a {
	color: white;
	font-weight: bold;
	text-decoration: none;
} 
a:hover {
	color: red;
	font-weight: bold;
	text-decoration: none;
}
.rightplace {
	padding-left: 6px;
}
.maint {
	padding-top: 10px;
	padding-bottom: 10px;
}