body {
      
      background-color: #3333ff;
      
    }
#breadcrumbs {
  
   width: 1200px;
   height: 50px;
}
#breadcrumbs li {
    display: inline;
    text-decoration:none;
   
}
#breadcrumbs a {
    display: block;
    float: left;
    text-align: center;
    width: 100px;      
    padding: 8px;
    font-family:Arial;font-weight:normal;font-style:normal; font-size:15px; 
    color:white;
    text-decoration:none;
}

#breadcrumbs a:hover {
    
    background-image: url(images/testred.png);

    text-decoration: none;
}


section h1 {
   color: white;
   font-family:Arial;font-weight:normal;font-style:normal;font-size:2.5em;text-decoration:none;
     
}
  section {
   margin-left: 4em;
  position: absolute;
   float: left;
}

aside {
   margin-top: 2em;
   margin-left: 2em;
  
}
h2 {
   color: white;
   font-family:Arial;font-weight:normal;font-style:normal;font-size:1.8em;text-decoration:none;
   
}
p {
   color: white;
   font-family:Arial;font-weight:normal;font-style:normal;font-size:1.2em;text-decoration:none;
   
   
}

    form {
    
      width: 31em;
      margin-top: -35em;
      margin-right: auto;
     margin-left: 60em;
      border-radius: 10px;
     padding: 1.5em;
    
    }
    input {
      width: 20em;
    height: 1.5em;
      margin-right: 3em;
     
   float: right;
     border: 1px solid #3333FF;
    }
#radio {
  
   margin-right: 5em;
  text-align: left;
}
#date {
   margin-left: 13em;
   margin-top: 1em;
}
#date p {
   
   margin-left:-10em;
   color: white;
   font-family:Arial;font-weight:normal;font-style:normal;font-size:1em;text-decoration:none;
    
}
    label { 
      font-family:Arial;font-weight:normal;font-style:normal;font-size: 0.8em;text-decoration:none; color: white;
      margin-left: 1em;
     display: inline;
      cursor: pointer;
      text-align: left; 
     
     
    }
   fieldset {
   border:  1px solid white;
  font-family:Arial;font-weight:normal;font-style:normal;font-size:1.2em;text-decoration:none;color: white;
}
 
textarea {
 float: right;
  
  border:  1px solid #3333FF;
   margin-right: 3em;
   margin-bottom: 1.5em;
height: 10em;
}