/* Tell NS4 to ignore these styles though also using import*/
/*/*/ a{}
body { 
background: #99cccc;
font-size : 76%; 
font-family : verdana, arial, sans-serif; 
line-height : 1.4em; 
margin-right : 4%; 
margin-left : 4%
}
.big {
font-size : 120% ;
font-weight : bold ;
}
table { 
background-color : #cfecec; 
font-family : verdana, arial, sans-serif;
font-size : 100%;  
line-height : 1.4em;
empty-cells: show; 
border: 0;
}

td {
background-color : #cfecec;
border: 0;
padding: 4px;
font-size : 100%; }
}

.resultdetails { 
background-color : #a1dddc; 
font-family : verdana, arial, sans-serif; 
line-height : 1.4em; 
font-size : 100%; }

table.searchform {
background-color : #99cccc;  
line-height : 1.1em;
border: 0;
}

td.searchform {
background-color : #99cccc;  
line-height : 1.1em;
border: 0;
}

/* Okay, we can let NS4 see the rest....  */



