

/* Tekstparameters */
body				{ font-family: "Times New Roman"; 
                         font-size: 9pt; }
TD {font-family:"Times New Roman"; font-size: 9pt;}

b					{ color: #000000; }
IMG                 {border: 0px;}

P {font-family: "Times New Roman";
        font-size: 9pt;
        color: #000000;
        position: relative;
        margin-right: 60px;
        margin-left: 30px;
        top: auto;
        border-left: #8080FF 5px solid; 
        border-top: #8080FF 1px solid;
        border-bottom: #8080FF 1px solid;
        }
blockquote {font-family: "Times New Roman";
        font-size: 9pt;
        color: blue;
        
        margin-right: 0px;
        margin-left: 30px;
      
        }



/* Overige bodyparameters */
body					{ background-color: #FFFFFF; color: #000000; font-family: "Times New Roman"; font-size: 9pt;}

/* Linkparameters */

/* Alle links behalve hover blauw en niet onderstreept */
/* hover zelf donkerblauw en wel onderstreept */

a:link				{ color: #585858; text-decoration: none; font-weight: 700; }
a:visited			{ color: #8080FF; text-decoration: none; font-weight: 700; }
a:active			{ color: #0000FF; text-decoration: none; font-weight: 700; }
a:hover				{ color: #0000FF; text-decoration: none; font-weight: 700; }

