.LargeText, H1  
{  
     font-family : 'Arial', 'Times'; 
     color : white;  
     font-size : 10pt;       
}  
  
.SmallText  
{  
     font-family : 'Arial', 'Times';
     color : white;  
     font-size : 10pt;       
}  
  
A.paging  
{  
     font-family : 'Arial', 'Times';  
     color : white;  
     font-size : 10pt;  
     text-decoration : none;  
}  
  
A.paging:hover  
{  
     text-decoration : underline;  
}  
  
H1  
{  
     font-size : x-large;  
}