html, body {
margin: 0px;
}

body, p, td, th, li {
  background-color: silver;
  color: black;
  font-family: Arial, sans-serif;
  font-size: small;
}

div > p:first-child {
  margin-top: 0px;
}

h1.talent {
  font-size: 140%;
  text-align: center;
  background-color: inherit;
  color: purple;
}

h1.corp {
  font-size: 140%;
  text-align: center;
  background-color: inherit;
  color: #191970;
}

h4 {
  margin: 10px 10px 10px 0px;
  text-align: left;
  font-weight: bold;
  font-size: 100%;
}

ul.bold li {
  font-weight: bold;
}

a {
  color: #191970;
  background-color: inherit;
  text-decoration: underline;
}

a:hover {
  font-weight: bold;
}

a:visited {
  color: #191970;
  background-color: inherit;
}

a img {
  text-decoration: none;
  border: none;
}

.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.footer a {
  color: white;
  background-color: inherit;
  text-decoration: underline;
}

.footer a:hover {
  font-weight: bold;
}

.footer a:visited {
  color: white;
  background-color: inherit;
}

.left-side {
  margin: 0px 5px 0px 0px;
}

.logo {
  margin: 0px 25px 0px 0px;
  padding: 0px;
  float: left;  
}

.footer {
  border-top: 2px groove #B000B0;
  border-left: 2px groove #B000B0;
  border-bottom: 4px groove gray;
  border-right: 4px groove gray;
  background-color: purple;
  color: white;
  letter-spacing: 1px;
  word-spacing: 1px;
  width: 70%;
  margin: 0px auto 0px auto;
  text-align: center;
}

.footer p {
  font-size: 77%;
  background-color: purple;
  color: white;
}

.footer p:first-line {
  line-height: 1.5;
}

body#speakers .footer {
  background-color: #191970;
  color: white;
  border-top: 2px groove #151565;
  border-left: 2px groove #151565;
}

body#speakers .footer p {
  color: white;
  background-color: #191970;
}

.nav {
  border-top: 2px groove #B000B0;
  border-left: 2px groove #B000B0;
  border-bottom: 4px groove gray;
  border-right: 4px groove gray;
  background-color: purple;
  color: white;
  width: 220px;
  padding: 5px;
  margin: 5px 5px 10px 10px;
  float:left;
  display: inline;
}

.nav p {
  color: white;
  background-color: purple;
  margin: 0px 0px 5px 0px;
}

.nav p:first-line {
  margin: 0px 0px 0px 0px;
}

.nav a {
  color: white;
  background-color: inherit;
  text-decoration: none;
}

.nav a:hover {
  font-weight: bold;
}

.nav a:visited {
  color: white;
  background-color: inherit;
}

body#speakers .nav {
  background-color: #191970;
  color: white;
  border-top: 2px groove #151565;
  border-left: 2px groove #151565;
}

body#speakers .nav p {
  color: white;
  background-color: #191970;
}

.content {
  font-size: 145%;
  float: left;
  padding: 5px;
  margin: 0px;
  max-width: 25em;
}

.content2 {
  font-size: 145%;
  padding: 5px;
  margin: 0px;
  max-width: 36em;
}

.speaker-head {
  float: left;
  margin:0px 5px 5px 0px;
}

body div.gallery {
  text-align: center;
}

body#speakers a#speakerslink,
body#image a#imagelink,
body#models-talent a#models-talentlink,
body#salon a#salonlink,
body#cosmetics a#cosmeticslink,
body#company a#companylink,
body#contact a#contactlink,
body#index-model-view a#model-viewlink,
body#infants a#infantslink,
body#teens a#teenslink,
body#children a#childrenlink,
body#a20s a#a20slink,
body#a30s a#a30slink,
body#a40s a#a40slink,
body#a50s a#a50slink,
body#a60s a#a60slink,
body#infants a#model-viewlink,
body#teens a#model-viewlink,
body#children a#model-viewlink,
body#a20s a#model-viewlink,
body#a30s a#model-viewlink,
body#a40s a#model-viewlink,
body#a50s a#model-viewlink,
body#a60s a#model-viewlink {
  font-weight: bold;
}

body#infants img.gallery {
  margin: 0px;
}

.special {
  text-align: center;
  font-weight: bold;
  color: purple;
  background-color: inherit;
}

ul.categories li {
  margin-bottom: 5px;
}

.nav p.subitem {
  font-size: 90%;
  margin-bottom: 1px;
  text-indent: 2em;
}

p.news {
  color: red;
  background-color: inherit;
  font-size: 130%;
  padding-top: 25px;
}

div.cosmetic-gallery img.gallery {
}

div.cosmetic-gallery {
  margin: 9px 5px 9px 5px;
  width: 320px;
  height: 280px;
  float: left;
}

div.cosmetic-gallery p {
  margin-top: 2px;
  padding: 0px 5px 0px 5px;
}
