<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">ul#menu
{
  text-align : center ;
  list-style-type : none ;
}

ul#menu li
{
  display : inline ;
  background-color : #505050 ;
  padding : 5px ; 
}

ul#menu li a
{
  text-decoration : none ;
  color : #E0E0E0 ;
  text-align : center ;
}</pre></body></html>