/**************************************************************************
**                             ccw2_script.css                           **
**                                                                       **
** This is the CSS for Colonel Crush script web pages.                   **
**                                                                       **
**************************************************************************/

.scr_title,.scr_author,.scr_slugline,.scr_action,.scr_dialog,.scr_character,.scr_parenthetical,.scr_camera,.scr_end,.scr_copyright{
  color: #000000;
  font-family: courier,"courier new",monospace; 
  font-size: 12px;
}

.scr_title,.scr_author,.scr_character,.scr_end,.scr_copyright{
  text-align: center;
}

.scr_dialog{
  margin-left: 15%;
  margin-right: 15%;
  margin-bottom: 20px;
  text-align: left;
}

.scr_parenthetical {
  margin-left: 25%;
  margin-right: 25%;
  text-align: left;
}

.scr_title,.scr_slugline,.scr_action,.scr_end {
  margin-bottom: 20px;
}

.scr_author {
  margin-bottom: 40px;
}

.scr_copyright {
  font-style: italic;
}


