body {
  background-color: black; 
  color: black;
  background-image: none}
  
#menu {
  height: 20px;
  text-align: center;
  color: blue;
  font-size: 20pt;
  margin: auto;
  width: 80%;
  padding: 10px;
  font-weight: bold;
  word-spacing: 30px;}

h1 {
  text-align: center;
  font-size: 30pt;}

h2 {
  text-align: center;
  font-size: 20pt;}
  
h3 {
  text-align: center;
  font-size: 15pt;}
  

a:link {
color: white; /* Unvisited link */
background-color: transparent;
text-decoration: none;
}
a:visited {
color: #743a3a; /* Visited link */
background-color: transparent;
text-decoration: none;
}
a:hover {
color: #8a1414; /* Mouse over link */
background-color: transparent;
text-decoration: underline;
}
a:active {
color: #8a1414; /* Selected link */
background-color: transparent;
text-decoration: underline;
}

#item {
  text-align: center;
  margin: auto;
  width: 50%;
  padding: 10px;}
  
#monochrome {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center;}
  
#sig {
  color: black;
  font-style: italic;
  text-align: center;}
  
#item {
  width: 350px;}
  
#item2 {
  width: 200px;
  padding: 5px}  
  
  #item3 {
  width: 400px;}
  
  
     .izone_box {
  text-align: center;
  margin: auto;
  width: 15%;
  padding: 55px;
  height: 15px;
  display: inline-block;}  
  
       .izone_box2 {
  text-align: center;
  margin: auto;
  width: 15%;
  padding: 30px;
  height: 15px;
  display: inline-block;} 
  
  .dress_box {
  text-align: center;
  margin: auto;
  width: 30%;
  padding: 10px;
  height: 30px;
  display: inline-block;}
  
  .content_box {
text-align: center;
  margin: auto;
  width: 100%;
  display: center;}
  
  
  
  
  
  
  
  
  
  
  
  
  