body {
  font-family: "Trebuchet MS", "Tahoma", "Verdana", sans-serif;
  font-size: 12px;
  }
A:link {
  #text-decoration: none;
  color: #0000c0;
  }
A:visited {
  #text-decoration: none;
  color: #0000c0;
  }
.city {
  font-size: 22px;
  color: #c99416;
  font-weight: bold;
  }
.businesstype {
  font-size: 16px;
  color: #79a42a;
  font-weight: bold;
  }
.indent {
  margin-left: 2em;
  }
.required {
  color: #ae1138;
  }
td {
  font-family: "Trebuchet MS", "Tahoma", "Verdana", sans-serif;
  font-size: 12px;
  }
  
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.basictab{
padding: 3px 0;
margin-left: 0;
font: bold 12px Verdana;
border-bottom: 1px solid gray;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid gray;
border-bottom: none;
background-color: #dbdcff;
color: #003366;
}

.basictab li a:visited{
color: #003366;
}

.basictab li a:hover{
background-color: #8080ff;
color: black;
}

.basictab li a:active{
color: black;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
background-color: #ffffff;
color: black;
}
