a:link {
  color: blue }

a:hover {
  color: navy }

a:active {
  color: navy }

a:visited {
  color: navy }


body {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	background-image: url(images/white-background.jpg);
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


.menu-main {
  background-image: url('images/nav-main.gif');
  background-repeat:repeat-y }


.menu-bottom {
  background-image: url('images/nav-bottom.gif');
  background-repeat:no-repeat }
