a:link       { color:darkblue; }
a:visited    { color:mediumblue; }
a:active     { color:lightskyblue; }

body         { background-color: }

.blue        { color:        blue; }
.center      { text-align:   center; }
.new         { font-style:   italic;
               color:        red;
             }
.bold        { font-weight:  bold; 
             }

h1,h2        { text-align:   center; }

p            { text-align:   justify; }

p.indent     { margin-left:  1.0cm;
               margin-right: 1.0cm;
             }

ul           { text-align:   justify; }

ul.indent    { margin-left:  1.0cm;
               margin-right: 1.0cm;
             }

p.quote      { text-align:   center;
               font-style:   italic; 
             }
p.bc         { text-align:   center;
               font-weight:  bold; 
             }
p.image      { text-align:   center;
               font-size:    smaller; 
             }

table        { text-align:   justify; } 

table.wide   { text-align:   justify; 
               width:        80%; 
             } 

table.full   { text-align:   justify; 
               width:        100%; 
             } 

