/* CSS Document */
A:link {text-decoration: none; color: #000000;}
A:visited {text-decoration: none; color: #000000;}
A:active {text-decoration: none;color: #000000;}
A:hover {text-decoration: none; color:#000000;}

span.text {text-decoration: underline; color: #000000; }

h1
{
font-size: 12pt;
color: black;
} 
h2
{
font-size: 10pt;
color: black;
}
h3
{
font-size: 12pt;
color: green;
}
DIV.ind 
	{ 
      width : 740px; 
	  height : 330px;
	  margin-left: 15px; 
      overflow : auto;
	}

