body { 
 background-color: black;
 color: white; 
 text-align: center;}

a:link {color: yellow;}
a:visited {color: yellow;}
a:active {color: red;}
a:hover {color: yellow;}

h1 {
  margin-left: 10px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-size: 18pt;}
  
h2 {
  color: green;
  margin-bottom: 0px;
  padding-bottom: 0px;}

#banner {
  background-image: url('/images/RandomRatingLogo.jpg');
  margin:0 auto;
  height: 75px;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
}

#severinocasanova_links a {
  color: yellow;
}

#menu a {
  color: white;
  font-size: 90%;
}

#menu a:hover {
  color: yellow;
}

#header_image {
  margin:0 auto;
  width: 850px;
  height: 50px;
  background-repeat: no-repeat;
  text-align: left;
}

#box {
  margin:0 auto;
  background: black;
  padding: 8px;
  border-width: 1px;
  border-color: white;
  border-style: solid;
  text-align: center;
}

#footer {
  background: white;
  font-size: 6pt;
  color: black;
  margin:0 auto;
  /*width: 850px;*/
  height: 10px;
  text-align: center;
}

.whitetopleft {
  background-image: url('/images/WhiteTopLeft.jpg');
  width: 10px;
  height: 10px;
}
.whitetopright { 
  background-image: url('/images/WhiteTopRight.jpg');
  width: 10px;
  height: 10px;
}
.whitebottomleft { 
  background-image: url('/images/WhiteBottomLeft.jpg');
  width: 10px;
  height: 10px;
}
.whitebottomright { 
  background-image: url('/images/WhiteBottomRight.jpg');
  width: 10px;
  height: 10px;
}

.blacktopleft {
  background-image: url('/images/BlackTopLeft.gif');
  width: 15px;
  height: 15px;
}
.blacktopright {
  background-image: url('/images/BlackTopRight.gif');
  width: 15px;
  height: 15px;
}
.blackbottomleft {
  background-image: url('/images/BlackBottomLeft.gif');
  width: 15px;
  height: 15px;
}
.blackbottomright {
  background-image: url('/images/BlackBottomRight.gif');
  width: 15px;
  height: 15px;
}

#home a,
#people a,
#places a,
#things a,
#users a {
        width:125px; height:55px; float:left;}

#home a {
        background: url("/images/home.gif") 0 0 no-repeat;}
#people a {
        background: url("/images/PeopleButton.gif") 0 0 no-repeat;}
#places a {
        background: url("/images/PlacesButton.gif") 0 0 no-repeat;}
#things a {
        background: url("/images/ThingsButton.gif") 0 0 no-repeat;}
#users a {
        background: url("/images/UsersButton.gif") 0 0 no-repeat;}

#home a:hover,
#people a:hover,
#places a:hover,
#things a:hover,
#users a:hover {background-position: -125px 0;}

#address_titles td { 
  vertical-align: top;
}  

.input_title {
  color: blue;
}

.input_subtitle {
  color: red;
}

a.nolinkcolor:link, 
a.nolinkcolor:visited {
 color: transparent;
 text-decoration: none;
}

a.nolinkcolor:hover {
 text-decoration: underline;
}

a img {
 border: none;
}

.title {
 color: red;
 font-weight: bold;
}

.break {
 height: 10px;}
