# File lib/Borges/Component/GeeWeb.rb, line 126
  def style
    return "
      body {background-color: #FFFF99}
      #text {background-color: #F8F8EF}
      #spacer {background-color: #F8F8EF}
      #components {background-color: lightblue}
      .component {}
      #nav a {text-decoration: none}
      #nav {font-weight: bold}
      "
  end