BODY{
       	scrollbar-track-color: 000000;
        scrollbar-face-color: 000000;
        scrollbar-shadow-color: 000000;
        scrollbar-darkshadow-color: 000000;
        scrollbar-highlight-color: 000000;
        scrollbar-3dlight-color: 000000;
        scrollbar-arrow-color: ffffff;
	text-decoration :none;
	line-height:150%;
	font-size:10pt;

	margin-top : 10px;
	margin-left : 20px;
	margin-right : 30px;
	margin-bottom : 5px;


      	}

A:link{
  	text-decoration :none;
  	cursor : hand;
	color : yellow;
	} 

A:VISITED{
  	text-decoration :none;
	cursor : hand;
	color : red;
	}

A:ACTIVE{
  	text-decoration :none;
  	cursor : hand;
	color : white;
	}

A:HOVER{
  	text-decoration :none;
  	cursor : hand;
	color : white;
	}

DIV{
	font-size:25pt;
	}

P{
	font-weight:bold; 
	}
