!!! Strict
%html
  %head
    %meta{:content => "text/html; charset=UTF-8", "http-equiv" => "Content-Type"}/
    %title Synthesis: An Efficient Implementation of Fundamental Operating System Services - Abstract
    :css
      table.fig {
      	text-align: center;
      	border: thin solid #080;
      	margin-top: 1em;
      	width: 90%;
      	margin-left: 5%;
      	margin-right: 5%;
      }
      table.fig caption {
      	background-color: #8C8;
      	caption-side: bottom;
      	width: 90%;
      	margin-left: 5%;
      	margin-right: 5%;
      }
      td.fig-rd { background-color: #D98; border: thin solid black }
      td.fig-wr { background-color: #8CD; border: thin solid black }
      td.fig-p1 { background-color: #CC8; border: thin solid black }
      td.fig-p2 { background-color: #8D8; border: thin solid black }
  %body
    = render "layouts/synthesis_menu"
    = yield
    %br
    = render "layouts/synthesis_menu"