/*<?
print14.css
 Copyright (C) 2006-2007 TshwaneDJe HLT (www.tshwanedje.com)
 
 CSS styles used to print in line size "14pt"
?>
<?php
  $varsfile = "../../vars/constants.php";
  include($varsfile);
  include("../gzip_css.php");
?>*/

.line {
  font-size:14pt;
}
.line * {
  font-size:10pt;
}
.medial {
  font-size:13pt;
}
.medial  * {
  font-size:13pt;
}
.initial {
  font-size:13pt;
}
.initial * {
  font-size:13pt;
}
.linespan2 {
  font-size:42pt;
  line-height:40pt;
}
.linespan3 {
  font-size:72pt;
  line-height:60pt;
}
.linespan4 {
  font-size:102pt;
  line-height:77pt;
}
.linespan5 {
  font-size:128pt;
  line-height:99pt;
}
.add {
  font-size:7pt;
}
.add * {
  font-size:7pt;
}
.milestone {
  font-size: 13pt;
}