body {
  font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
		text-align:left;
  background-image: url("http://www.call-patrick.net/images/site-background.gif");
     }

body, div, td, input {
		font-size: 13px;
		color:black;
	}

ul.navbar {
  background-image: url("http://www.call-patrick.net/menu-bg.gif");
  background-repeat: repeat;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
  text-align:center;
}


ul.navbar a {
  text-decoration: none }

a {
		text-decoration:none;
                color:maroon;
	}
	a:hover {
		text-decoration:underline;
                color:blue;
	}


address {
  margin-top: 1em;
  padding-top: 1em;
  border-top: thin dotted }

td.navbar {
  background-image: url("http://www.call-patrick.net/images/menu-bg.gif");
  color:white;
  font-weight: bold;
  text-align:center;
  }