p {	text-align	:justify; 
	font-style	:normal;
	font-family	:arial; 
	font-size 		:10pt;
	font-weight	:normal;
	text-indent	:30; 
	margin-left:	15; 
	margin-right: 15;
	line-height: 100% }

h1 {	text-align	:left; 
	font-style	:italic;
	font-size 		:12pt;
	color		:yellow;
	font-family	:arial; 
	font-weight	:bold;
	text-indent	:0; 
	margin-left:	15; 
	margin-right: 15;
	line-height: 120% }

A:hover {color: white; text-decoration: underline}

B  {	color: yellow;
	font-weight : normal
    } 

I  {    	color: white
    }
I B {
	font-weight : bold;
	color : black;
}
body
{ 
	background-color=green;
	
}


