h1, h2 {
  font:30px "Modern Antiqua";
  letter-spacing:2px; 
  color:#333; 
  text-shadow: 0 0 0 4px #521d61
}


p {
  font:14px "Times New Roman";
  letter-spacing:1px;
  color:#333;
  text-shadow: 0 0 2px #521d61
}


body {
  background-image: url(images/Plano\ de\ Fundo.png);
}

textarea {
  font:12px "Times New Roman";
  letter-spacing:1px;
  text-shadow:#521d61 0 0 2px;
}

  
a:link, a:visited, a:active {
  color:#000;
  text-decoration:none;
}

a:hover {
  color:#521d61;
}

a img {
border-width:0;
}
  
b {
  color:#111;
  font-weight:bold;
}
  
.title {
  color:#fff;
  background:#000;
  font:16px;
  letter-spacing:2px;
  padding:1px;
  padding-left:4px;
  margin-bottom:4px;
  border-top-left-radius:5px; 
  border-top-right-radius:5px;
}

#content {
  background-image: url("images/paper.jpg");
  box-shadow: 0 0 20px 8px #000; 
  width:560px;
  font:12px; 
  padding:4px;
}

#banner {
  width:470px;
  height:130px;
  padding:4px;

}

.bigtitle {
  font:30px "Modern Antiqua";
  text-align:left;
  color:#fff;
  text-shadow: 0 0 2px #521d61; 
  margin-top:5px;
}

#bigtitled {
  font:30px "Modern Antiqua";
  text-align:right;
  color:#fff;
  text-shadow: 0 0 2px #521d61;}

#contentwo {
  background-image: url("images/paper.jpg");
  box-shadow: 0 0 20px 8px #000; 
  width:580px;
  height:500px;
  font:12px; 
  padding:4px;
  position:absolute;
  top: 700px;
  left: 200px;
  overflow-x: scroll;
  scrollbar-color: #ffff #521d61; 
}

#chatbox {
  position:absolute;
  top: 700px;
  left: 880px;
}
