a:link       { color:            #0000FF; }
a:visited    { color:            #0066FF; }
a:active     { color:            #FFFFFF; }

body         { background-color: #EEEEEE; }

.italic      { font-style:       italic; }
.bold        { font-weight:      bold; }
.underlined  { text-decoration:  underline; }
.center      { text-align:       center; }
.large       { font-size:        150%;   }
.small       { font-size:         80%;   }
.think       { font-style:       italic; }

.indent      { margin-left:      2.0cm;
               margin-right:     2.0cm;
             }

dl           { color:            #000000;
               text-align:       justify;
               margin-left:      1.0cm;
               margin-right:     1.0cm;
             }

p            { color:            #000000;
               text-align:       justify;
               margin-left:      1.0cm;
               margin-right:     1.0cm;
             }

p.previous   { font-weight:      bold; }
p.reference  { font-style:       italic;
               text-align:       center;
             }
p.magic      { font-style:       italic;
               text-align:       center;
             }
p.end        { font-style:       italic;
               text-align:       center;
               font-size:        larger;
             }
p.delim      { font-weight:      bold;
               text-align:       center;
             }
p.info       { font-size:        smaller; 
               text-align:       center;
             }
p.location   { font-style:       italic;
               text-decoration:  underline;
             }
p.navigation { font-size:        smaller;
               text-align:       center;
             }
p.code       { text-align:       left; }

h1,h2,h3     { text-align:       center; }

