.text 
{
  text-align : justify; 
  font-family : arial, helvetica; 
  font-size : 10pt; 
  color: Hex(003333);
}
p
{
  text-align : justify; 
  font-family : arial, helvetica; 
  font-size : 10pt; 
  color: Hex(003333);
}
a { text-decoration: none }
a:link {
     color: #0000cc;
     text-decoration: none;
     background-color: transparent;
     }

a:visited {
     color: #0000cc;
     text-decoration: none;
     background-color: transparent;
     }

a:hover {
     color: #000000;
     text-decoration: none;
     background-color: transparent;

     }

a:active {
     color: #990033;
     text-decoration: none;
     background-color: transparent;
     }	 

body {
/*	margin:1px; background-color: #ffffff; */

scrollbar-face-color: #493a45;
scrollbar-arrow-color: #cfbf9e;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #493a45;
scrollbar-shadow-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #5a5343;

overflow:scroll;
}

