Source code file: app/views/layouts/doc_level.html.erb:
<!DOCTYPE html>
<html>
<head>
<title>Styles</title>
<%= stylesheet_link_tag 'application', media: 'all',
'data-turbolinks-track' => true %>
<%= csrf_meta_tags %>
<style>
h1, h2 { font-family: Arial; }
p { font: normal 400% Arial; color: maroon; }
</style>
</head>
<body>
<%= yield %>
</body>
</html>