/* Copyright © 2002-2020 Robert W. Littlefield. All rights reserved. */
body
{
font-family:arial;
}
div.title {
font-size: 200%;
color: darkblue;
}
a:link {
  text-decoration: none;
  color: darkblue;
}
#bobmenu { 
    font-size: large;
    font-weight: bold;
	list-style-type: none;
	display: inline; 
    color:#006400;
    text-decoration: none;
	padding: 5px 10px;
}
#bobmenu a:hover { background-color: lightgrey; }
