body{                                   /* basic fonts and colours */
    font-family     : verdana, tahoma; 
    font-size       : 10pt;
    font-weight     : normal;
    color           : #000000;          /* black */
    background-color: #FFFFFF;}
    
/*body  {font-family: Times New Roman, Arial; font-size: 10pt; 
       color: #000000; background-color: #FFFFFF}*/
       
p     {font-size:   10pt}
li    {font-size:   10pt}
td    {font-size:   10pt}
th    {font-size:   10pt}

h1    {font-family: Times New Roman, Arial;   
       font-size:   32pt}
       
h2    {font-size:   12pt;}

h3    {font-size:   12pt; 
       font-weight: bold; 
       color:       blue}

h4    {font-family: Times New Roman, Arial;   
       font-size:   10pt;}

a     {font-size:   10pt; 
       font-weight: bold;
       color: blue}       
       
.bluebox{
    width           : 70%;
    margin          : 0px auto;
    border          : 2px solid blue;
    padding         : 0.5cm;
    background-color: #eeeeff;}

.greenbox{
    width           : 70%;
    margin          : 0px auto;
    border          : 2px solid green;
    padding         : 0.5cm;
    background-color: #eeffee;}

.bluetext{
    font-size:   12pt; 
    font-weight: bold; 
    color:       blue}
       
