<html>
  <head>
    <title>Ksika</title>
    <%= javascript_include_tag :defaults %>
    <style type="text/css">
      body, p, ol, ul, td {
        font-family: verdana, arial, helvetica, sans-serif;
        font-size:   13px;
        line-height: 18px;
      }  
      li {
        position: relative;
        width: 360px;
        list-style-type: none;
        background-color: #eee;
        border: 1px solid black;
        margin-top: 2px;
        padding: 2px;
      }
    </style>
  </head>
  <body>
    <%= yield  %>
  </body>
</html>