@import url("stage.css");
#header {
 /* background: #ffffff;*/
  border: 2px solid #000000;
}
#header a {
  color: #ff0033;
  font-weight: bold;
}
#header a:hover {
  color: #ffffff;
}
#footer {
   /*background: #ffffff;*/
   border: 2px solid #000000;
   }
#footer p {
  color: #ffffff;
}

#footer a {
  color: #ff0033;
  font-weight: bold;
}
#footer a:hover {
  color: #ffffff;
}
#main {
   background: #ffffff;
   border: 2px solid #000000;
}
#main img {
  border: 2px solid #959595;
}

#field {
   /*background: #ff6666;  */
   border: solid #959595;
   color: #ffffff;
}
#content a, #content a:visited, #content a:active {
  color: #000000;
}
#content a:hover {
  color:  #ff0033;
}
#content h2 {
  margin: 0;
  color: #ff0033;
  text-align: center;
  text-decoration: underline;
}
#content {
  text-align: justify;
  font-size: 14px;
  color: #000000;
  font-weight: bold;
}
 #content ul li {
    padding: 2px 0;
    color: #000000;
    list-style: disc;
}
    #content ul li ul li {
    list-style: circle;
    color: #000000;
}
h3 {
  margin: 20px;
  color: #ff0033;
  font-weight: bold;
  font-size: 20px;
}
#field a, #field a:visited, #field a:active {
  color: #ff0033;
  text-decoration: underline;
}
#field a:hover {
  color:  #ff0033;
  text-decoration: underline;
  font-size: 22px;
  font-weight: bold;
}
#novo {
  margin: 0 0 30px 0;
}

#novo a, #novo a:visited, #novo a:active {
  color: #ffffff;
  font-size: 26px;
  text-decoration: underline;
}
#novo a:hover {
  color:  #ffffff;
  text-decoration: underline;
  font-size: 30px;
  font-weight: bold;
}
.vajno {
  color: #ffffff;
  }
#field h1, #field h2 {
  color: #ff0033;
  text-decoration: none;
}

