body {

	font-family: Tahoma;
	font-size: 8pt
}

td {
	font-family: Tahoma;
	font-size: 8pt;

}

.smallertext        	{font-family:Tahoma; font-size: 9px;}
.page9text        	{font-family:Tahoma; font-size: 11px;}
.largertext 			{font-family:Arial; font-size: 12px;}
.hugetext 			{font-family:Tahoma; font-size: 24PX;}
.mediumtext 			{font-family:Arial; font-size: 18px;}
.largertextunderline	{font-family:Arial; font-size: 12px; text-decoration:underline}
.pptext {font-family:Courier New; font-size: 12px; text-decoration:none}	
}

#text1, #text2, #text3, #text4 {

     width:350px;

     height:150px;

     font:12px verdana;

     color:white;

     background:navy; 

     }



/* this one will scroll only when needed  */

#text1.extra {      

     border:1px solid lime; 

     overflow:auto;

     }



/* this one always shows scrollbars  */

#text2.extra {      

     border:1px solid yellow;

     overflow:scroll; 

     }



/* this one will never scroll and will hide extra content */

#text3.extra {      

     border:1px solid orange; 

     overflow:hidden;

     }



/* this one will always show all the content and resize if needed  */

#text4.extra {      

     border:1px solid red;

     overflow:visible; 

     }

