body {
  font-family: Verdana, sans-serif;
  margin: 0;
  background-color: lavender; }
p {
  margin-left: 50px; 
  width: 950px;
  font-family: Lucida Calligraphy; }
h2 {
  margin-left: 50px;
  width: 950px;
  color: purple;
  font-family: Lucida Calligraphy;
  font-style: bold;}
h3 {
  margin-left: 50px;
  width: 950px;
  font-family: Lucida Calligraphy;
  font-style: bold;}
h4 {
  margin-left: 50px;
  width: 950px;}
table {
  margin-left: 50px;
  width: 950px; }
hr {
  margin-left: 50px;
  width: 950px; }  
form {
  margin-left: 50px;
  width: 950px;
  font-family:verdana; }
h1#ds {
  text-indent: -5000px;
  background: url(images/Logo.jpg)    
                         no-repeat;
  width: 375px;
  height: 100px; 
  margin: 0;
  position: absolute;
  left: 0px; }
ul#nav {
  list-style-type: none; 
  margin: 0;
  position: absolute;
  top: 65px;
  right: 10px; }
ul#nav li {
  display: inline; }
ul#nav li a {
  background-color: #0A6D73;
  font-size: 75%;
  text-decoration: none;
  text-align: center;
  /* text-transform: uppercase; */
  letter-spacing: 2px;
  padding: 2px 20px;
  margin: 0px 2px; 
  background: url(images/star-white.gif) left center no-repeat; }
ul#nav li a:hover {
  background: url(images/star-pink.gif) left center no-repeat; }
#header {
  width: 950px;
  position: relative;
  margin-left: 50px;
  background: #C0C0C0;
  border-bottom: 3px double #600;
  height: 100px; }
