body {
background-color:#4f1111;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color : blue;
  font-weight : bold;
  padding: 0;
}
.noticebox1000px {
  position: center;
overflow: auto;
  width : 800px;
margin-left:15px;
height: 700px;
  border: 2px solid white;
background-color:#4f1111;
padding-left: 50px;
  padding-right: 50px;
  padding-top: 30px;
  padding-bottom: 5px;
  margin:1px;
  text-align : left; 
 color : white;
  font-size : 15px;
  font-weight : normal;
}

.standard {
  margin-left: 1em;
  margin-right: 2em;
  font-family: Helvetica;
  font-size: 25px;
  font-weight: bold;
  color: white;
  text-decoration: none;
}

a:link {
  color: white; font-weight: bold;text-decoration: none;
}
a:visited {
  color: white;font-weight: bold;text-decoration: none;
}
a:hover {
  color: yellow;font-weight: bold;text-decoration: none;
}
a:active {
  color: yellow;font-weight: bold;text-decoration: none;
}


.indent{
  margin-left: 4em; 
  margin-right: 6em;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color:yellow;
  text-decoration: none;
}

.indented {
  padding-left: 100px;
}  

.header1 {
 font-family: Antiqua;  
  font-color : white;
  font-size : 30px;
  font-weight : bold;
  text-decoration:underline
}

.header2 {
  color : red;
  font-size : 18px;
  font-weight : bold;
  text-decoration:underline
}

.header3 {
  color : navy;
  font-size : 18px;
  font-weight : bold;
}

.wrapper {
  position : relative;
  top : 0;
  width : 740px;
  margin : 0 auto;
  border : 1px solid black;
  background-color: white;
}

.talk {
  width : 100%;
  background-color: #d0efff;
  border: 1px solid navy;
  padding-left: 20px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left:2px ;
  text-align: left; 


}

.talk p {
  margin: 5px 20px;
}

.brownbox{
  width :790;
  background-color: brown;
  border: 1px solid white;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin:1px;
  text-align: center; 
  color : yellow;
  font-size : 26px;
  font-weight : bold
}
.updatebox {
  position : relative;
overflow: auto;
  width : 730px;
height: 250px;
  border: 2px solid navy;
  padding-top : 10px;
}
.noticebox {
  position : relative;
overflow: auto;
  width : 90%;
margin-left:20px;
height: 300px;
  border: 2px solid yellow;
  padding-top : 10px;
background-color: brown;
 font-size: 15;

}


.noticebox100px {
  position : center;
overflow: auto;
  width : 800px;
margin-left:20px;
height: 120px;
  border: 2px solid yellow;
  padding-top : 10px;
padding-left: 10px;
padding-right: 10px;
background-color: #4f1111;
 font-size: 12px;
color: white;
text-align: left; 

}


.noticebox200px {
  position : relative;
overflow: auto;
  width : 800px;
margin-left:20px;
height: 200px;
  border: 2px solid yellow;
  padding-top : 10px;
padding-left: 10px;
padding-right: 10px;
background-color: #4f1111;
 font-size: 12px;
color: white;

}
.noticebox50px {
  position : relative;
overflow: auto;
  width : 90%;
margin-left:20px;
height: 50px;
  border: 2px solid yellow;
  padding-top : 10px;
background-color: brown;
 font-size: 15;
}


.bluebox2{
  width : 100%;
  background-color: navy;
  border: 1px solid white;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin:1px;
  text-align: center; 
  color : yellow;
  font-size : 24px;
  font-weight : bold
}


