input,textarea 
	{
	font-family: tahoma; 
	font-size:10px;
	color:#000000;
	background:#cccccc;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	border-right: solid 1px #000000;
	border-left: solid 1px #000000;
	scrollbar-track-color:#000000;      
	}


body 
	{
            scrollbar-face-color:#cccccc;
        scrollbar-highlight-color:#000000;
        scrollbar-3dlight-color:#000000;
        scrollbar-shadow-color:#000000;
        scrollbar-darkshadow-color:#000000;
        scrollbar-track-color:#000000;
        scrollbar-arrow-color:#000000;
	text-align:justify;	
	font-family: tahoma;
	font-size:10px;
	color:#000000;
		background-color:#cccccc;  
	}

A:link 
	{	
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	filter: none;
	}

A:visited 
	{	
	color:#000000;
	font-weight:bold;	
	text-decoration:none;
	filter: none;
	}

A:active 
	{
	color:#000000;	
	text-decoration:underline;
	font-weight:none;
	filter: none;
	}

A:hover 


	{	
	color:#000000;	
	text-decoration:none;
	font-weight:none;
        text-transform:blur;
        height:0;
	filter:none;
	}

P 
	{
	align:justify
}