@import 'reset.css';
@import 'outline.css';
@import 'header-black.css';
@import 'menu.css';
@import 'main-black.css';
@import 'box.css';

a { 
  color: #C32826;
}

#logo {
  position: relative;
  top: 23px;
  width: 126px;
  height: 133px;
}

h1 {
  position: relative;
  left: 200px;
  top: -80px;
  font-size: 35pt;
  font-family: Helvetica, sans-serif;
  color: #FFFFFF;
}

h1:first-letter {
  color: #C32826;  
}

#text {
  position: relative;
  float: right;
  top: -40px;
  width: 500px;
  left: -50px;
}

#text p {
  color: #FFFFFF;
  text-align: justify;
}

#text p:first-letter {
  font-size: 18pt;
  color: #C32826;  
}
