<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
  <title>My first styled page</title>
  <style type="text/css">


body {
	
        font-size: 7pt;
	font-family:"Arial", "Times New Roman"; 
}

      
}


ul.SimpleMenu2 {
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px;
}
ul.SimpleMenu2 li {
  list-style-type: none;
  background-color: #C0C0C0;
  width: 8em;
  border-style: outset;
  border-width: 1px
}
ul.SimpleMenu2 li A {
  display: block;
  width: 8em;
  text-decoration: none
}
ul.SimpleMenu2 li A:hover {
  background-color: #D0D0D0
}

  </style>
</head>


</HTML>














