/* pages.ccs - style sheet for sub pages */

body {     
background: white;
font-size: 70%;
font-family: sans-serif;
}

table.main {     
background: white;
font-size: 100%;
font-family: sans-serif;
margin-left: 7em;
padding: 30px 30px 30px 30px;
}

table.when {
border-collapse: collapse;
border: 2px solid black; 
width: 30em;
margin-left: 10em;    
}

#col1 {
width: 5em;
}

#col2 {
width: 15em;
}


h3 {
  
  color: orange;
  font-weight: bold;

}

span.orange {
color: orange;
font-weight: bold;
}


span.bold {
font-weight: bold;
}
span.italic {
font-style: italic;
}

span.quote {
font-weight: bold;
color: blue;
font-size: 110%;
}

#pyramid {
margin-left: 4em;
}


#cycle {
margin-left: 4em;
}


#team {
margin-left: 4em;
}