/*
   gna-oop.css
   
   Style definitions for WWW pages of course
   
      Introduction to Object-Oriented Programming Using C++
      
   Copyright (c) by Globewide Network Academy. Distributed under terms of the
   Open Content Public License.
   
   Author: Peter Mueller <muepet@t-online.de>
   $Id: gna-oop.css,v 1.2 2000/03/01 13:06:30 peterm Exp $
   $Date: 2000/03/01 13:06:30 $
   
   Styles for generic font sizes.
*/

all.xxl {font-size: 172%}
all.xl  {font-size: 144%}
all.l   {font-size: 120%}
all.s   {font-size:  80%}
  
/*
   Styles for text alignment.
*/
  
all.center  {text-align: center}
all.scenter {
  text-align: center;
  font-size:  80%
}

