body { background: black; color: white; }
.footer { border-top: 1px solid blue; margin-top: 2em; font-size:75%; }
/* switch the ul to horizontal menu */
.topmenu { border-bottom: 1px solid blue; margin-bottom: 2em; }
.topmenu ul { list-style: none; padding: 0; margin: 1em; }
.topmenu li { float: left; margin: 1em; }
 /* make last value = width of wheel.jpg */
.topmenu li:hover { background-image: url('/Images/wheel.jpg'); background-repeat: no-repeat;}
.topmenu li a { color: blue; text-decoration: none; }
