<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html{
    font-family:Arial, "Palatino Linotype", Times, serif;
    background-color:azure;
    margin-left:auto;
    margin-right:auto;
     
}

#gs{
   
    border: 4px solid black;
    border-top-width:thick;
    border-bottom-width:thick
    text-align: center; 
    font-style:italic;
}
#fc{
    font-size:1em; 
    
    
}
Select{
    
    border: 4px dotted black;
    border-top-width:thick;
    border-bottom-width:thick
    
}



</pre></body></html>