  body{
  color:#8B8878;
  background-image:url('../b/75.jpg');
  text-align: center;
  font-size: 19px;
}
div {
  margin: auto;
  text-align: center;
}
table {
  margin: auto;
}
h2 {
  text-align: center;
  color: #ffd700;

}
a:link {
    color: #ffd700;
}

a:visited {
    color: #ffd700;
}
.table3 tr td {
  width: 260px;
}

a:hover {
    color: #ff0000;
}

a:active {
    color: #0000FF;
}

.pulseit{
	-webkit-animation: pulse linear .5s infinite;
	animation: pulse linear .5s infinite;
}
@-webkit-keyframes pulse {
	0% { width:40px; } 
	50% { width:46px; } 
	100% { width:40px; }
}
@keyframes pulse {
	0% { width:40px; } 
	50% { width:46px; } 
	100% { width:40px; }
}

.flashit{
	-webkit-animation: flash linear 1s infinite;
	animation: flash linear 1s infinite;
}
@-webkit-keyframes flash {
	0% { opacity: 1; } 
	50% { opacity: .1; } 
	100% { opacity: 1; }
}
@keyframes flash {
	0% { opacity: 1; } 
	50% { opacity: .1; } 
	100% { opacity: 1; }
}


#prof{
  position:fixed;top:135px;left:715px;
}
#profsmall{
  position:absolute;top:350px;left:850px;visibility:hidden;
  z-index:-1;

}
#worm{
  position:absolute;top:189px;left:238px;
}
#text{
  position:absolute;top:420px;left:25px;visibility:hidden;
}
#container {
  width: 1200px;
  text-align: justify;
  margin: auto;
  padding: 15px;
}
table {
  margin: auto;
}
.table1 tr td {
  border-spacing: 5px;
  padding: 15px;
  background-color:#000033;
  border: 1px solid #ffd700;
}
.table2 tr td {
  border-spacing:5px;
  background-color: #424242;
}
.table2 tr td:nth-child(1) {
  width:80px;
  padding:10px;

}
.table2 tr td:nth-child(2) {
  width:620px;
}

.t1 {
  color:#fcfcfc;
  font-size: 17px;
}
.t2 {
  color:#fcfcfc;
  font-size: 20px;
}
.g {
  color: #ffd700;
  font-size: 15px;
  font-weight: bold;
}
.b {
  color: #8B7355;
  font-weight: bold;
}